Android Question Warning-APK target SDK 23 or higher (solved)

f0raster0

Well-Known Member
Licensed User
Longtime User
I got this warning:

B4X:
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="26"/>

I'd like to ask for you understanding about the warning and why I should use SDK23
when I use
B4X:
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26"/>

i got the same warning, maybe:

it is just a warning to remain me what my app always should be 23+

thanks
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is not related to the minSdkVersion value. You don't need to increase it unless your app is only supported by Android 6+.

The warning tells you that once you switch the targetSdkVersion to 23+ you cannot switch it back to anything below 23. This is meaningless as the minimum value is 26 anyway.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…