androidjs-builder icon indicating copy to clipboard operation
androidjs-builder copied to clipboard

Google dev console --release

Open eurohost opened this issue 5 years ago • 2 comments

Tried to upload it on google play store on internal testing release with the --release option and got this msg

You uploaded an APK or Android App Bundle that was signed in debug mode. You need to sign your APK or Android App Bundle in release mode.nullLearn more about signingnull. Your app currently targets API level 28 and must target at least API level 29 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 29. Learn More You need to use a different package name because "com.androidjs.webview" already exists in Google Play.

eurohost avatar Aug 27 '20 18:08 eurohost

we have upgraded our AndroidJS SDK to support Android API level upto 30. so please just go ahead and update your SDK and enjoy ; ) here'r the instructions to update SDK https://android-js.github.io/docs/installation.html#update-sdk

$ androidjs update

join out slack community too, for faster responses. Slack Channel for support and discussion

Chhekur avatar Sep 13 '20 15:09 Chhekur

and one more thing you can change the package-name from package.json

Chhekur avatar Sep 13 '20 15:09 Chhekur