Giusy Active Member Licensed User Aug 26, 2018 #1 Hi, When uploading my app to the playstore it tells me the following: The current API target level of your app is 4, but the minimum target API level must be 26 ... (As indicated in the upper right corner during the programming phase) My configuration is the one I attach. What can I do to solve the problem? Thank you Attachments PATHS.PNG 24.9 KB · Views: 138
Hi, When uploading my app to the playstore it tells me the following: The current API target level of your app is 4, but the minimum target API level must be 26 ... (As indicated in the upper right corner during the programming phase) My configuration is the one I attach. What can I do to solve the problem? Thank you
MarkusR Well-Known Member Licensed User Longtime User Aug 26, 2018 #2 take a look in the manifest file. menu / project / manifest editor u will see a row like this <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/> Click to expand... minimum target 26 is rule from google since awhile https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ https://en.wikipedia.org/wiki/Android_version_history Upvote 0
take a look in the manifest file. menu / project / manifest editor u will see a row like this <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/> Click to expand... minimum target 26 is rule from google since awhile https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ https://en.wikipedia.org/wiki/Android_version_history
asales Expert Licensed User Longtime User Aug 26, 2018 #3 and see this link too: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/ Upvote 0
and see this link too: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/