Android Question GooglyPlay TargetVersion Error

zavaree

Active Member
Licensed User
Longtime User
Hi Im Coding Program And thisIs My target Version of manifest
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
And when I Realese It work like Champ But google developer not accepted
they said you Target version must be 26
and when i change it to 26 my app forceclose
i printscreen mylog and upload it anyone know about it?
how to change my manifest to it and work?
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
 

Attachments

  • khata.png
    khata.png
    26.1 KB · Views: 131

KMatle

Expert
Licensed User
Longtime User

It says that Google only accepts target sdk versions 26(+) when you upload a new apk. That's quite simple to understand.

You've posted that, too.

... But google developer not accepted
they said you Target version must be 26

Now you need to understand (see the link Erel posted) what is new when you set your app to 26(+) (e.g. runtime permissions).

I strongly recommend you to be "up to date" as a developer. For MONTH'S there were a message when you entered the forum about the change in sdk target version. For sure you've seen it but ignored it. You app crashes now? Of course it does because there are changes (Google, not B4A) you need to follow.
 
Upvote 0

zavaree

Active Member
Licensed User
Longtime User
Yes Your are right.
please help me for this. after check i link Erel posted you suggest i change minSdk=5 and Targetversion=27 or not ?
 
Upvote 0
Top