Answer the question
In order to leave comments, you need to log in
How to compile to apk in phonegap?
I'm trying to build a simple application a la hello world in phonegap
phonegap create hello com.example.hello HelloWorld
phonegap cordova platform add android
phonegap build android
$ phonegap build android
[phonegap] executing 'cordova build android'...
[phonegap] completed 'cordova build android'
Answer the question
In order to leave comments, you need to log in
Usually, ant is used for final assembly and signing of applications. Ant release is executed in the platform/android folder, and the ant.properties file (the name may differ, it can be defined in the config file in the same folder) specifies the path to the key file and the name of the repository. When building, ant will ask for the password for the key file and put the finished application in platform/android/bin under the name AppName-release.apk
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question