B4A Question Script to check compatibility 16kb - MarcoRome    Aug 30, 2025   (10 reactions) As the title suggests, here's a script to check 16kb compatibility (for those who don't use...:\downloadF> .\check-16kb.ps1 -ArchivePath "F:\DownloadF\testpdf\name.apk"
if your script... B4A Question Applying sqlcipher-android-4.10.0.aar that fixes 16KB issues with SQLCipher - Alex_197    Aug 31, 2025 Hi all.
Thanks to @GeoffT660 , @Shelby and @DonManfred we now can download a replacement for SQLCipher aar that will allow us to continue using it with 16KB requirements.
I did some tests on my... B4A Question Error Failed resolution of: Lnet/sqlcipher/database/SQLiteDatabase; when applying sqlcipher-android-4.10.0.aar to fix the SQLCipher 16KB issue - Alex_197    Sep 14, 2025 Hi all. As I mentioned in my previous post https://www.b4x.com/android/forum/threads/applying-sqlcipher-android-4-10-0-aar-that-fixes-16kb-issues-with-sqlcipher.168471/post-1033728 I must to admit that I was wrong. I tested it on my test computer. It was Ok during the compilation but I just...? Is there anyone who was able to apply this aar and continue to use SQLCipher with 16KB requirement? Compilation works fine - no errors. Checked with the 16KB validation script - Ok. Nut crashed... B4A Tutorial Libraries that do not support 16kb alignment? - mcqueccu    Aug 29, 2025   (7 reactions) Many have gotten the information about their Apps not aligned with the 16KB. Here is how to check... will be listed as show below. This is showing sqlcipher
Libraries that do not support 16 KB:
base/lib/arm64... B4A Example Lottie Example with 16kb support - mcqueccu    Sep 25, 2025   (7 reactions) This example is based on the Lotti Library by DonManfred found here. (It still works)
https://www.b4x.com/android/forum/threads/lotti.76087/
I tried it on 16kb android 15 emulator and tested the apk with the 16kb script and it passed
1. Download the lotti library v3.4 from the link above, and add to your additional libraries folder (B4A)
2. Add Appcompat Library
3. Get this additional jars if... B4A Question Help needed: 16kb page notice from google - Zeev Goldstein    Oct 3, 2025 Hi
Been away for a while ..
Got a message from google that my app needs to change to 16kb page
Seached for the topic and found i need to change from apk to aab
Is that all?
I think I'm missing something
My apo is an old app in the store as apk
Will users get it as update if i just change to... B4A Question 16kb issue - Shelby (first post)    Oct 2, 2025 Put your question in the search field on the forum page and I think you might find an answer as others have been having this issue or something similar.... B4A Tutorial Android database encryption with SQLCipher library - Erel    Jul 20, 2025   (24 reactions) Edit: this library isn't compatible with the 16KB page size requirement. Don't use it. SQLCipher is an open source project that extends SQLite and adds full database encryption. License: https://www.zetetic.net/sqlcipher/open-source/ B4A SQLCipher is a special subtype of SQL object. There is almost no need to change any code in order to switch from regular SQL to SQLCipher. The only difference between SQL API and SQLCipher API is the Initialize method. SQLCipher.Initialize expects... Other Libraries that do not support 16 KB - Alessandro71    Jul 18, 2025 Play console is warning me that my app does not comply to 16KB support because of this libraries... version from github seems to support 16KB https://github.com/koral--/android-gif-drawable/pull/847... B4A Question Your app is affected by Google Play's 16 KB page size requirements - mcqueccu (first post)    Aug 27, 2025 I dont think its about the IDE
Its rather related to the libraries that does not support the 16kb page sizes. They need to be updated, Either check and update your libraries that are not 16kb or... Page: 1   2   3   4   5   6   |