tranleduy2000 / javaide

Code editor, java auto complete, java compiler, aapt, dx, zipsigner for Android
GNU General Public License v3.0
477 stars 159 forks source link

The 100th Issue – No .so file support? #100

Open SofeemLi opened 6 years ago

SofeemLi commented 6 years ago

Greetings!

I have encountered another bug related to libraries. As I said in another post, I have tried to use a game library called libgdx. My device crashed dexing the huge gdx.jar file and I saw memory usage going up to almost 300mb. I managed to fix that by manually splitting the jar file into three. However, now it seems the IDE cannot handle .so files. I tried the standard directories jniLibs and also libs, as well as some other directories, hoping it would add them. Unfortunately, I had no such luck...

SofeemLi commented 6 years ago

I verified this both by the app crashing and also no libs directory being found in the apk itself.