简体   繁体   中英

How to sign a certificate for my App for Android Google Play?

I get this error when Im trying to upload my App to Google Play:

Upload failed You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing. You have exceeded the daily APK upload limit. Please upload your APK tomorrow.

Im using PhoneGap Builder and I uploaded a file index.html and I get the file converted to a .APK file, but I can not upload the App to Google Play, It asking about the license key.

Actually you are trying to upload the apk which is Signed by debug certificate. You need to create your own certificate and then sign your application with that.

Signing Your Applications is the best tutorials for that. And How to sign an android apk file is also a very good resource.


Image representation is at Build Android application package file (APK) using Eclipse IDE and Android Developer Tools (ADT) Plugin


As you are using PhoneGap so Android Signing from PhoneGap is the official documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM