You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/14 22:31:35 UTC

[GitHub] [cordova-android] breautek commented on issue #1030: Apk parsing error while using cordova build -release

breautek commented on issue #1030:
URL: https://github.com/apache/cordova-android/issues/1030#issuecomment-658445489


   You cannot install unsigned apks (the android sdk signs debug builds for you, which is by debug builds work).
   
   You have to sign release builds yourself. Start [here](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#signing-an-app) to learn how to sign APKs.
   
   If you require more assistance, [slack](http://slack.cordova.io/) is a more appropriate place for questions such as this. We use GitHub issues is for tracking bugs.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org