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. ...