I set
Minimum API Level → to lowest(5.1 Lolipop)
Target API Level → highest
Scripting Backend → IL2CPP
Target Architectures → ARMv7 [ v ] and ARM64 [ v ]
but i keep getting error on my android when i want to open my game
“This app isn’t compatible with the latest version of Android. Check for an update or contact the apps developer.”
im using unity 2022.3.49f1
Adrian
December 29, 2024, 12:42pm
2
You should use logcat to check the logs on your device when you try to open the app. There should be an error being logged with a more specific description of what is going wrong. This is the user-facing generic error message that could mean a ton of different things.
Okay i did it and got this. I dont get what it says but im not using AdMob, im using Unity Ads
Thanks for advising me to use logcat
somehow there were this lines in my android maintemplate
implementation ‘androidx.constraintlayout:constraintlayout:2.1.4’ // Packages/com.google.ads.mobile/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12
implementation ‘com.google.android.gms:play-services-ads:23.6.0’ // Packages/com.google.ads.mobile/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7
implementation ‘com.google.android.ump:user-messaging-platform:3.1.0’ // Packages/com.google.ads.mobile/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
i removed them and now its working thanks again.
2 Likes