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

Workaround install crash on Android 5 and below #184

Merged
merged 1 commit into from
Jan 24, 2018

Commits on Jan 24, 2018

  1. Workaround install crash on Android 5 and below

    The aapt2 tool, new to Android Studio 3, creates an APK which fails
    to install on Android 5 and below if it contains the following bug:
    
       https://issuetracker.google.com/issues/64434571
    
    Build tools 27.0.1 has a mitigation. Avoiding aapt2 also avoids hitting
    the bug.
    brarcher committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d7a7528 View commit details
    Browse the repository at this point in the history