Android Question Problem in Publishing App on Googleplay

manzoor

Member
Today I tried to upload my App on googleplaystore but got this error, I earlier developed this app in other online program (Thunkable)
Kindly help me to solve this issue
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
I searched it but unable to know that how to change SDK, kindly help
Open the Manifest Editor from the Project menu - the target SDK level (which must be 28 at present) is set in line 5 ...
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…