I'm running an android 16 QPR release and I'm gett...
# compose-android
c
I'm running an android 16 QPR release and I'm getting a warning when running my compose app that
/lib/arm64-v8a/libandroidx.graphics.path.so
isn't 16 KB page size compatible. Anyone know if this is a known compose issue? I'm not really doing anything too crazy in my app in terms of dependencies so I'm kinda lost at this androidx.graphics warning.
s
Are you using the latest version of the androidx graphics library? for me it is 16k aligned
c
I'm not including that (directly at least). But I guess let me see how i can print the transitive deps and see what pulls that in.
s
You may try forcing the version or finding where it transitively came from, and then check if that dependency can be updated
c
seems like it comes from compose ui > compose ui-android > ui-graphics > androidx.graphics
compose is up to date though. hmmm.
s
Mine is also from Compose, but it’s 16K page-aligned 🤔
I'm using latest Jetpack Compose, not Compose Multiplatform
c
same, as in... not using compose multiplatform
im literally down to three dependencies. compose bom, activity compose, and compose ui. all up to date. same issue. darn.
s
maybe it is false positive?
c
its weird because i get a popup on my phone each time i run the app saying its not compatible.
let me try bumping to alphas 🤞
FACCCCCK Android studio is installing old apks
if i generate the apk via cmd line and move it to my device directly then it works without any warnings.
s
thats why I use mostly canary or nightly AS builds. they are more stable
c
im on canary 4