Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting an error when uploading the apk to the market

Tags:

android

" An unexpected error occurred. Please try again later. " is the error that I am getting when I try uploading my signed apk.. Once I was done with my app, I used Export signed application tool to generate the key. Why am I getting this error?

like image 860
Nikhil Avatar asked Sep 24 '11 21:09

Nikhil


People also ask

Can I still upload APK to Google Play?

Since August 2021 You cannot upload . apk files to the play store you will need to upload an . aab file For Expo you can generate the file as follows: In expo app run eas build --platform android.

How do you fix you need to use a different package name because COM example is restricted?

The package name is the identitiy of the application. To rename the package name, In eclipse right click on the project in project explorer. Then Android Tools > rename Aplication Package name. Then enter the new package name.

What is a valid app bundle?

The Android App Bundle (AAB) publishing format includes an app's compiled code and resources as well as defers APK generation and signing to Google Play. Introduced in 2018, Google Play uses the app bundle to generate and optimize APKs for distribution for different device configurations and languages.


1 Answers

I found that just SIGNING OUT and back int fixed the issue for me. Using Firefox.

like image 66
DustinB Avatar answered Oct 20 '22 17:10

DustinB