poetic / ember-cli-cordova

A tool for creating hybrid apps using a combination of ember-cli and cordova
MIT License
441 stars 77 forks source link

Building to "Production" causing parse error. #180

Closed gregdillon closed 8 years ago

gregdillon commented 8 years ago

I’ve just started dipping my toe into ember-cli-cordova. I went through the steps to create an ember app and then generated an Android app per the guide. As basic as you can get (my app just displayed “Welcome to Ember”). It works as expected. However, if I build the app with the production environment flag instead of the testing environment I’m unable to install it to my device. Android throws parse error when attempting to install. Anyone come across that before? Testing with Nexus 5x and Android 6.

gregdillon commented 8 years ago

Didn't realize these builds needed to be signed.