manzoor Member Jul 23, 2020 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Jul 23, 2020 #2 1. targetSdkVersion is wrong. https://www.b4x.com/search?query=targetSdkVersion 2. You need to use the same signing key that you previously used. Upvote 0
1. targetSdkVersion is wrong. https://www.b4x.com/search?query=targetSdkVersion 2. You need to use the same signing key that you previously used.
manzoor Member Jul 23, 2020 #3 I searched it but unable to know that how to change SDK, kindly help Upvote 0
B Brian Dean Well-Known Member Licensed User Longtime User Jul 23, 2020 #4 I searched it but unable to know that how to change SDK, kindly help Click to expand... 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"/> Click to expand... Upvote 0
I searched it but unable to know that how to change SDK, kindly help Click to expand... 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"/> Click to expand...
manzoor Member Jul 24, 2020 #5 Brian Dean said: Open the Manifest Editor from the Project menu - the target SDK level (which must be 28 at present) is set in line 5 ... Click to expand... Wonderful... Thanks a Lot Brain, SDK issue solved but Certificate issue yet here.......... Also guide about this....... Upvote 0
Brian Dean said: Open the Manifest Editor from the Project menu - the target SDK level (which must be 28 at present) is set in line 5 ... Click to expand... Wonderful... Thanks a Lot Brain, SDK issue solved but Certificate issue yet here.......... Also guide about this.......
Erel B4X founder Staff member Licensed User Longtime User Jul 24, 2020 #6 You need to find out how you previous app was signed. Another option is to change the package name and treat it as a new app. Upvote 0
You need to find out how you previous app was signed. Another option is to change the package name and treat it as a new app.