mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

Manifest error in android 12 #91

Open FAB123 opened 2 years ago

FAB123 commented 2 years ago

Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined

how i can fix it?

hermawanluo commented 2 years ago

We could change the apps target device, into Android 11 (targetSdk 31). This library needs new update.

tspoke commented 2 years ago

Fix by #93

Still waiting for new tagged version...

noelvillaman commented 2 years ago

"Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED" dued to it. Is there a time when you guys are going to fix this problem on the table?

noelvillaman commented 2 years ago

When I removed this library, I could install with no problems.