Android Question Creating a library in Eclipse

Hi
I am designing a library with Eclipse which contains .so files in folders as shown in the image.
When I compile with slc, the library is built correctly but the architecture of each cpu is not included in the project. Please advise what to do in b4a when a file is added to the libs folder in Eclipse

 

Attachments

  • 1742266573283.png
    56 KB · Views: 88
Post all the information you have.
Hi.
I created a library with Eclipse that includes AAR libraries.
The AAR library itself contains information like socet.co.
I don't use Gradle and on the site I looked at they suggested using the code
android.bundle.enableUncompressedNativeLibs = false now deprecated

This works for me:

android {
packagingOptions {
jniLibs.useLegacyPackaging = true
}
}
But I don't know where to add this code in b4a.

My problem is that when I get the APK version of the app it works fine but when I convert it to AAB and submit it to Google Play this library doesn't work properly anymore.

Should I add this code to the bundleconfig.json file?
Please help.
 
Upvote 0
I have a bundleconfig.json file as



I changed it but when I run it, I get an error


I received


 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…