ac4android
Well-Known Member
UPDATE 2/27/17 : almost Resolved.
I have two additional libraries: libs and jniLibs. In the grade, I needed to compile the <3rdparty>.jars in dependencies and I also need to point to the <some_name>.so for the armebi and x86 and x86_64 etc but I am still running into problems with the .so, still can't find them when I run the app
I added this line in the gradle, but it didn't resolve issue
jniLibs.srcDir 'libs'
I have two additional libraries: libs and jniLibs. In the grade, I needed to compile the <3rdparty>.jars in dependencies and I also need to point to the <some_name>.so for the armebi and x86 and x86_64 etc but I am still running into problems with the .so, still can't find them when I run the app
I added this line in the gradle, but it didn't resolve issue
jniLibs.srcDir 'libs'
Attachments
Last edited: