Does not install on Android 12 #7

Open
opened 2024-10-12 00:27:12 -04:00 by 7cc5c4f330d47060 · 1 comment

If I try to install it on Android 12 on a Galaxy S21 Ultra 5G, it gives me an error INSTALL_PARSE_FAILED_MANIFEST_MALFORMED and does not install. I have to modify the APK to target Android 11 SDK (version 30) to install on Android 12.

If I try to install it on Android 12 on a Galaxy S21 Ultra 5G, it gives me an error `INSTALL_PARSE_FAILED_MANIFEST_MALFORMED` and does not install. I have to modify the APK to target Android 11 SDK (version 30) to install on Android 12.
7cc5c4f330d47060 changed title from Does not install on TI-84 Plus CE Python School Property Edition. to Does not install on Android 12 2024-10-12 00:27:50 -04:00

Tested on A03s on Android 13, since I no longer have that device.

[name3@archlinux Downloads]$ adb install Bad\ Piggies\ Android.apk 
* daemon not running; starting now at tcp:5037
* daemon started successfully
Performing Streamed Install
adb: failed to install Bad Piggies Android.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl148285355.tmp/base.apk (at Binary XML file line #40): com.unity3d.player.UnityPlayerActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]
[name3@archlinux Downloads]$ 
Tested on A03s on Android 13, since I no longer have that device. ``` [name3@archlinux Downloads]$ adb install Bad\ Piggies\ Android.apk * daemon not running; starting now at tcp:5037 * daemon started successfully Performing Streamed Install adb: failed to install Bad Piggies Android.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl148285355.tmp/base.apk (at Binary XML file line #40): com.unity3d.player.UnityPlayerActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present] [name3@archlinux Downloads]$ ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chipmunkmc/rise-and-swine#7
No description provided.