An Android package error must be signed during debugging using the Release configuration. To configure your Android signature, follow the instructions at http://go.microsoft.com/fwlink/?LinkID=613579 BlankCordovaApp4
key.store=E:\key.keystore key.alias=asdfgh key.store.password=asdfgh key.alias.password=asdfgh
These are the following values specified in the ant.properties files.
keytool -genkey -v -keystore E:\key.keystore -alias asdfgh -keyalg RSA -keysize 2048 -validity 1000
I tried adding another slash for key.store, like this
key.store=E:\\key.keystore
During assembly, I received the following information
'keystore' and 'alias' need to be specified to generate a signed archive.
I entered the data in res -> native -> android -> ant.properties I tried to install this apk on my mobile device and I got the error message "Install failed"
Error code -102
source share