Android Question B4A: settings to remove from apk

doko

Member
hello
I use SQLCipher library and its make a folder in apk like this one
x32 x64.jpg

but actually we need just the blue ones (arm64-v8a and armeabi-v7a) and we can delete the others from apk without problem
Question is: can we make any config in B4A to export APK file with just the needed files?
Thanks in advanced
 
Top