Apache Cordova - Visual Studio 2015 - Unable to build signed apk
问题 Error Android packages must be signed when debugging using the Release configuration. To configure Android signing, follow 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 This are the following values i have given in the ant.properties files. keytool -genkey -v -keystore E:\key.keystore -alias asdfgh -keyalg RSA -keysize 2048 -validity 1000 I tried to add another slash