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...
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...