Hello,
I have probably made a serious mistake
I copied a line from an example and pasted it in the manifest editor:
<uses-sdk android: minSdkVersion = "16" android: targetSdkVersion = "26" />
The version 26 is wrong. My app is not suitable for this yet. The app is already uploaded. I noticed the error too late. The overlay window now leads to an error because the permissions are missing. Some devices can no longer write to the paths with File.DirRootExternal. There is no way back in the Play Store.
I am a bit helpless. Is there a rescue?
Best regards,
Gunnar
I have probably made a serious mistake
I copied a line from an example and pasted it in the manifest editor:
<uses-sdk android: minSdkVersion = "16" android: targetSdkVersion = "26" />
The version 26 is wrong. My app is not suitable for this yet. The app is already uploaded. I noticed the error too late. The overlay window now leads to an error because the permissions are missing. Some devices can no longer write to the paths with File.DirRootExternal. There is no way back in the Play Store.
I am a bit helpless. Is there a rescue?
Best regards,
Gunnar