brarcher / protect-baby-monitor

Android-based Baby Monitor
GNU General Public License v3.0
63 stars 32 forks source link

Workaround install crash on Android 5 and below #32

Closed brarcher closed 6 years ago

brarcher commented 6 years ago

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.