User phone auto updated to Android 14 and cannot install the app.
Current targetSDK = 18.
If I change the targetSDK, I afraid some features will no longer working.
What should I do?
I am trying to simulate it with an emulator on Android 14.
B4X:
Copying libraries resources (1.84s)
ZipAlign file. (0.11s)
Signing package file (private key). (1.95s)
Installing file to device. Error
adb: failed to install APPNAME_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 18]
I had the same problem with android 14 andthe app could not be installed after changing to sdk 26 the problem about installing is solved but I Can not read and write the external storage . I added the permission in manifest but it doesn't work . PLEASE help me
Unless the app is "Permanently private" it needs to target API level 33+ to be on Play Store. If you submit a new app or update that sets the target lower than that, it will (should) be rejected.