-
Notifications
You must be signed in to change notification settings - Fork 41
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 app in android 12 #107
Comments
To solve the problem you can extend the receiver Tag from the library proximity-sdk-x.x.x Go to
|
But if you scan using the estimote core SDK you will crash. So this workaround is too limited java.lang.IllegalArgumentException: com.#####: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent 03-13 11:26:08.407 15139 15307 E AndroidRuntime: at android.app.PendingIntent.checkFlags(PendingIntent.java:382) |
Prerequisites
Basic information
Estimote SDK version: [1.0.5]
Android devices affected: [pixel 4a]
Android OS version affected: [Android OS version 12]
Beacon hardware version: []
Description
Hi,
I have faced issue in app installation in android 12. I got below error while trying to install the app. can you please help me with it.
10:18 AM Failed to commit install session 432218487 with command cmd package install-commit 432218487. Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl432218487.tmp/base.apk (at Binary XML file line #461): com.estimote.proximity_sdk.api.TriggerBroadcastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present
The text was updated successfully, but these errors were encountered: