Skip to content
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

Incorrect ABI is uploaded #24

Open
c-b-h opened this issue Sep 11, 2019 · 0 comments
Open

Incorrect ABI is uploaded #24

c-b-h opened this issue Sep 11, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@c-b-h
Copy link

c-b-h commented Sep 11, 2019

Our project has split abi builds. Recently we included 'arm64-v8a' to the list of ABIs as recently required by Google Play and now the plugin uploads the arm64-build instead of the one we have been uploading before armeabi-v7a and our testers are unable to install our app due to incorrect ABI.

If it helps, this is where the arm64-binary has this path when built through the plugin:
./app/build/outputs/apk/flavorName/release/app-flavor-name-arm64-v8a-release.apk
while the arm7-binary has this path:
./app/build/outputs/apk/flavorName/release/app-flavor-name-armeabi-v7a-release.apk

android {...
splits {
    abi {
        enable true
        reset()
        include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
        universalApk false
    }
}
...}
@oliviergauthier oliviergauthier added the bug Something isn't working label Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants