we all got the notice from google about their new requirement for apps that support 16kb pages
honestly - i don't even know where to start
checking the app page in google provided me with the libs that have issues with that requirement
as i use only libs i got from this great environment (see attached screenshot for details) i am feeling a bit lost
is that because i use sdk 35?
is the b4a ide fixed with sdk 36? or should i wait for an update?
trust me - i did search
and couldn't find any solution
my app is basically a simple app nothing "problematic"
it works for many years with many users
so i'm really lost here as i can't understand where my problem is
google play dashboard gives a list of libs that are causing the issue or not compatible - but these libs are not libs i added so i guess they are internal libs
i've uploaded 2 screenshots in prev post with all libs i use
on another lever a few of them, external, i can't find where to download the updated versions - can that be the solution?
trust me - i did search
and couldn't find any solution
my app is basically a simple app nothing "problematic"
it works for many years with many users
so i'm really lost here as i can't understand where my problem is
google play dashboard gives a list of libs that are causing the issue or not compatible - but these libs are not libs i added so i guess they are internal libs
i've uploaded 2 screenshots in prev post with all libs i use
on another lever a few of them, external, i can't find where to download the updated versions - can that be the solution?
if you go to the app section you will see it
if you have any 16K issue you will also see a message at the top of the screen
this is how i got it
you will also get an email from google
if you go to the app section you will see it
if you have any 16K issue you will also see a message at the top of the screen
this is how i got it
you will also get an email from google
I didn't. I have 2 libs that are known as not compatible with 16KB 0 SQLCipher and PDFium.
Question #1 - why this info about these libs doesn't show up in bundle explorer?
Question #2 - I have a phone Samsung S23+ with Android 16 which is on the list of the devises suggested by Google for testing in 16KB environment. And despite these 2 libs aren't compatible my app works fine on this phone.
Hola, debido a los problemas que encontré con Google y SQLCipher, decidí actualizar la librería a la versión 4.10.0. Usé un envoltorio de Erel y ajusté las referencias a la nueva versión. Por favor, notifiquen cualquier error. Probé parte de la librería; el ámbito de prueba fue en Android 15...
Hola, debido a los problemas que encontré con Google y SQLCipher, decidí actualizar la librería a la versión 4.10.0. Usé un envoltorio de Erel y ajusté las referencias a la nueva versión. Por favor, notifiquen cualquier error. Probé parte de la librería; el ámbito de prueba fue en Android 15...
i did check
it keeps telling i need to recompile with native libraries that support 16KB
how do it do that?
what am i missing?
i currently use sdk 35 as 36 is not fully "baked" as i understood
so how do i get out of that trap?
how do i check that my app and libs are 16KB ok?
i just removed the app from my dev phone and run it through the ide in debug mode
the phone wanted to scan - i approved
it is installed and runs like charm - no 16kb warning
so is it solved?
the same version is on play store as bundle and i get the 16kb warning in the app's control panel
so how do i go now?
i did try to change target sdk to 36 in manifest - the app acted "strange"
returned to target sdk 35 and all is working fine
is there something i need to change / do ?
other than wait for next version for sdk 36?