android - Getting Following error when uploading app to google play -


i'm receiving following error while uploading app google play. unable figure out reason.

this configuration cannot published following reason(s): device api levels in range 8+ eligible receive version 2, optimized higher api levels, receives version 3 because has higher version code. occur when screen layouts containing of [small, normal, large, xlarge] , features containing of [android.hardware.location, android.hardware.location.gps, android.hardware.location.network, android.hardware.touchscreen]. device upgrading api levels = 7 api levels in range 8+ become eligible receive version 2, optimized higher api levels, receive version 3 because has higher version code. occur when screen layouts containing of [small, normal, large, xlarge] , features containing of [android.hardware.location, android.hardware.location.gps, android.hardware.location.network, android.hardware.touchscreen]

you have version codes messed up. check in manifest, , make neccessary changes.

it neccessary update version codes every uploaded version of application, since google play uses them determine life cycle of app.

for more, check the official android guidelines.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -