Why am I seeing APK upload failed error during app update?Solved

Participant
Discussion
20 hours ago Mar 06, 2026

Yo folks! I’m trying to upload a new APK after deleting the old version, but I keep getting the error App upload failed. Why is this happening? 

Replies (2)

Marked SolutionPending Review
Participant
19 hours ago Mar 06, 2026
Marked SolutionPending Review

Bro, that error pops up when your new APK still has the same versionCode and versionName as the old one.  

Marked SolutionPending Review
Hexnode Expert
17 hours ago Mar 06, 2026
Marked SolutionPending Review

Thanks for raising this! We understand you’re trying to upload an updated version of your app but are encountering the error. 

Here’s what’s happening: 

  • Hexnode checks whether the versionCode and versionName are distinct from the version already present in the Apps tab of your portal. 

  • If either of these values remains unchanged, the portal will block the upload. 

To resolve this: 

  • Increment the versionCode (e.g., 1 → 2). 

  • Update the versionName (e.g., 1.0 → 1.1). 

You can refer to the official Android documentation for guidance:  
Version your app  |  Android Studio  |  Android Developers 

Regards, 
Mary Romero 

Save