Create android application using phonegap in Unbuntu
The PhoneGap official site provide detailed documentation on installation and creating new application. Just a reminder, you also need to export the android tools platform-tools folder to PATH:
export PATH=$PATH:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools
(assuming you have Android SDK installed inĀ /opt/android-sdk-linux – if not then amend accordingly)
Leave a Comment