• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How & Which appcompat-v7 to insert into libs???

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'
 

Attachments

  • upload_2017-2-24_19-1-26.png
    upload_2017-2-24_19-1-26.png
    6.5 KB · Views: 129
Last edited:
Back
Top Bottom