-
Notifications
You must be signed in to change notification settings - Fork 30
fix: resolve crash due to permission denied on Android Play Store version #1081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
…d` in Android CI workflow
|
|
@freedomtan @Mostelk Please test the Play Store app "593 (5.0.3)" at this link: |
YES, it works as expected. @Mostelk please check it your devices |
|
Let's merge it. @Mostelk to test on FLIP7 |
Works well on Flip7! |
|
@anhappdev please work on make it published on PlayStore |



Extracts native libraries from the APK to the file system by setting
useLegacyPackaging truehttps://developer.android.com/reference/tools/gradle-api/7.1/com/android/build/api/dsl/JniLibsPackagingOptions#uselegacypackaging
https://developer.android.com/build/releases/past-releases/agp-4-2-0-release-notes#compress-native-libs-dsl
We previously had this option enabled with
android.bundle.enableUncompressedNativeLibs=false, but I accidentally removed it during the AGP version upgrade in PR #1029.