Releasing a Phonegap app to Google Play Store
Dec27

Releasing a Phonegap app to Google Play Store

Of late I have been delving into phonegap apps. After building the debug apk file using command line tool cordova build android, I always forget the steps to build the release apk file which can be uploaded in Google Play store. So I decided to write the steps in my blog for future reference. Here are the steps in a nut-shell :- 1) phonegap build android 2) cd platforms/android 3) export ANDROID_HOME = [path to android sdk] 4) ant...

Read More