Once I switch my target api to \'Q\' I cannot install the APK on Android Q Emulator. I get error:
Failed to finalize session : INSTALL_FAILED_INVALID
If you want android:extractNativeLibs="false", use zipalign with -p key in order to page align ELFs within ZIP:
android:extractNativeLibs="false"
-p
zipalign -p 4 app.apk app-aligned.apk