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

Unable to install APK on Android 12 #66

Closed
jspam opened this issue Nov 30, 2021 · 1 comment · Fixed by #67
Closed

Unable to install APK on Android 12 #66

jspam opened this issue Nov 30, 2021 · 1 comment · Fixed by #67
Assignees

Comments

@jspam
Copy link

jspam commented Nov 30, 2021

adb install piwigo_ng-0.0.11.1-beta.apk 
adb: failed to install piwigo_ng-0.0.11.1-beta.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1032259992.tmp/base.apk (at Binary XML file line #51): com.remi.piwigo_ng.MainActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]
@remi-martin remi-martin self-assigned this Nov 30, 2021
@remi-martin
Copy link
Collaborator

Related to this post manifest merger failed apps targeting android 12 android studio error, this issue comes from an attribute android:exported that has to be mentioned in the manifest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants