You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install an apk produced by Capacitor via adb, I am recieving the following error: adb: failed to install app-release-signed.apk: Failure [-124: Failed parse during installPackageLI: Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary]
The apk file was built by selecting Project -> Prepare Release in the Visual Studio Code extension.
Expected Behavior
The application should install, as it does on the Android Studio emulator.
Code Reproduction
Here is my capacitor.config.json file for reference:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
When attempting to install an apk produced by Capacitor via adb, I am recieving the following error:
adb: failed to install app-release-signed.apk: Failure [-124: Failed parse during installPackageLI: Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary]
The apk file was built by selecting Project -> Prepare Release in the Visual Studio Code extension.
Expected Behavior
The application should install, as it does on the Android Studio emulator.
Code Reproduction
Here is my
capacitor.config.json
file for reference:npm --version
output:8.19.2
node --version
output:v18.16.0
pod --version
output (iOS issues only):The text was updated successfully, but these errors were encountered: