You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
Currently, the abiFilters set in build.gradle prevent installation on emulators for testing and excludes devices like the Asus Zenphone 2 and Chromebooks (appropriate use case for a parent).
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
From some prelim testing (in #392), I found that the APK size increases quite a bit (without splits configuration), about double the size, but no side effects other than that.
Is there a reason why these targets are excluded?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the abiFilters set in
build.gradle
prevent installation on emulators for testing and excludes devices like the Asus Zenphone 2 and Chromebooks (appropriate use case for a parent).From some prelim testing (in #392), I found that the APK size increases quite a bit (without splits configuration), about double the size, but no side effects other than that.
Is there a reason why these targets are excluded?
The text was updated successfully, but these errors were encountered: