Android Question Error on app release with platform android 26

hookshy

Well-Known Member
Licensed User
Longtime User
I have set the android.jar with configure path to android 26 and target with manifest to sdk 26 and I get error when updateing app on google play !
Previously I have used android 25 .

What should I do to fix this problem ?
 

hookshy

Well-Known Member
Licensed User
Longtime User
Here is ths errror that i receive in my google play console....
Is it wrong to upgrade to android.jar from platform android 26 ?

B4X:
Fully shadowed APK
Problem:

This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes.

Resolution:

Remove this APK from your release or review the targeting and version codes of the APKs that you are including in this release.
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
Do you set version code in main activity (for instance
B4X:
    #VersionCode                            : 1010102
    #VersionName                            : 1.01.0102
Every time you must increase this code. Personally I use android.jar from platform 27. Target SDK is 26.
 
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
Hi
I do not know if I understand your question well. Every time you update the application, you must enter a different version number.
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
I don't think that Google Play Console checks android.jar's platform. At least when I changed a platform, nothing happened.

you must enter a different version number.

Exactly. And how do you enter it ? Web-page doesn't allow to enter version code. It allows to enter "version name".
 
Upvote 0
Top