Hello,
I wanted to change an app from sqlite to sqlcipher to work with encryption. In doing so, I noticed that the APK is getting very large, which is probably due to the different versions of the libsqlcipher.so file.
These are in the APK in the directories:
Is there any way in B4A that e.g. no x86 variant is created?
I could of course delete the file manually from the APK, but then I would probably have to adjust some things. Also, there is always the risk that the deletion is forgotten during an update.
Thanks in advance!
I wanted to change an app from sqlite to sqlcipher to work with encryption. In doing so, I noticed that the APK is getting very large, which is probably due to the different versions of the libsqlcipher.so file.
These are in the APK in the directories:
- lib\arm64-v8a\libsqlcipher.so
- lib\armeabi\libsqlcipher.so
- lib\armeabi-v7a\libsqlcipher.so
- lib\x86\libsqlcipher.so
- lib\x86_64\libsqlcipher.so
Is there any way in B4A that e.g. no x86 variant is created?
I could of course delete the file manually from the APK, but then I would probably have to adjust some things. Also, there is always the risk that the deletion is forgotten during an update.
Thanks in advance!