When i am making apk for google play, the result i have in the folder \platforms\android\build\outputs\apk
is apt-debug
which is not acceptable by google play.
How can i make production version of the app? Command line i am executing is phonegap build android
.
I have searched for option in config.xml without success.
I am using Windows 10, x64. I have installed latest version of Java and Android studio, but i guess that is not important.
EDIT:
I am trying to add sign to released apk.
keytool -genkey -v -keystore ProjectName.keystore -alias ProjectName -validity 1
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ProjectName.keystore android-release-unsigned.apk ProjectName
zipalign.exe -v 4 android-release-unsigned.apk.sig Release.apk
which give me this error: Your APK cannot be analyzed using aapt. Error output