I have a B4A app where i using sqlchiper version 1.50 and try to run into emulator api28 but have this error:
adb: failed to install SecureAccountManager_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
I want to use new library of sqlchiper , but have two problem:
1) i found the new version of sqlchiper but i don't found the .aar library that the ide request in debug
2) i see that the new library not read the database created with old library
How i can solve this two problems?
Thank you
adb: failed to install SecureAccountManager_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
I want to use new library of sqlchiper , but have two problem:
1) i found the new version of sqlchiper but i don't found the .aar library that the ide request in debug
2) i see that the new library not read the database created with old library
How i can solve this two problems?
Thank you