Android Question Android 14

Emerito

Active Member
Licensed User
Longtime User
I have an app that works fine on Android 13, but can't be installed on new phones with Android 14. I changed the line in the Manifest Editor: <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26" /> to <uses-sdk android:minSdkVersion="13" android:compileSdkVersion="33" android:targetSdkVersion="34"/>. I install it on a Xiaomi HyperOS emulator with Android 14 and it installs but online sim.Start() (Dim sim As simcard) gives me the error "the uid 10207 does not meet the requirements to acces device identifiers". Can you help me?
 

teddybear

Well-Known Member
Licensed User
I don't think it's related to Android 14, the simcard library doesn't work on Android10+, that means you changed targetSdkVersion to 29,it also give you the error
 
Last edited:
Upvote 1

Emerito

Active Member
Licensed User
Longtime User
It is not essential for my app to access the SIM card. I can do without it, but I need to access the SD and I can't do it either. I suppose there is a solution. I am using version 12.50 of B4A. Can you help me? Is it possible with an update?
 
Upvote 0
Top