-
Notifications
You must be signed in to change notification settings - Fork 40
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
APK size is too big #94
Comments
Did you check this troubleshooting answer? |
Ok, so there's a difference in size when you build on your machine and in App Center, right? Is your app a native Android app or does it use a crossplatform framework? |
Do you see the |
Here find the logs,
|
This probably means that the NDK version that you specify in your |
Hello,
We have implemented Genius SDK in our app, We are using app center to generate and distribute the builds.
We are facing the apk size issue, how to reduce the apk size.
Added below in my app. gradle file
ndkVersion '26.1.10909125'
defaultConfig{
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
@guillaume-tgl
The text was updated successfully, but these errors were encountered: