Must needed libraries for Android

Hi,

I am doing 3D rendering on Android, and the libraries that I am using are,
jme3-android:3.1.0-stable,
jme3-android-native:3.1.0-stable
jme3-core:3.1.0-stable
jme3-effects:3.1.0-stable
jme3-jogg:3.1.0-stable
jme3-plugins:3.1.0-stable

I wanted to know what are the must needed JME libraries for rendering on android, since I am concerned with Method counts in my whole app.
Also I would like to know dependent library of each library that I should use .

Thanks in Advance

Gradle and proguard will remove all unneccesarry dependencies and classes. Proguard requires some tweaking usually as a result.

It’s not something i concern myself with, because i scrutinize using third-party libraries first, but there’s your answer.

1 Like

And ill put this here for the info you might be interested in.

Namely “what is shrinking”