Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apk upload on Google Play developer console not working

Strange problem here. I have a deployed application on Google Play. From Google Play Developer Console I'm trying to update the current version of my app with the new apk (version code 22 vs version code 21), however, upload fails with a generic "Upload error" message. I already tried to launch lint command and it builds the project without any error. Does anybody have any idea? Thanks

enter image description here

like image 432
Nicola Gallazzi Avatar asked Aug 28 '18 10:08

Nicola Gallazzi


People also ask

Can I upload APK file in Google Play Console?

Upload App Bundles or APK To Google Play This is how you do it: Navigate to the 'Release Management' and then 'App Release' tab in the menu. After this, you will be asked to choose any one type of release from four options- internal test, close test, production release, and an open test.

How do I add an APK to Google Play?

Select App Releases. Choose the type of release for the first release from an internal test, closed test, open test, or production release. Tap on Create Release. Follow the instruction to upload the APK files.

How many apps can I publish on Google Play on developer account?

There is no limit to the number of apps per developer ID that can be uploaded, simply size constraints per apk. Why would the Android team try to limit the amount applications uploaded by any developer?


1 Answers

By contacting the Google Support, they told us that the problem could be related to our DexGuard version. After updating the library to last version (8.1.23), we regenerated the apk and uploaded it without any problem :)

like image 190
Nicola Gallazzi Avatar answered Sep 27 '22 22:09

Nicola Gallazzi