Thursday, January 23, 2014

Getting Started With PhoneGap and Android Studio

Recently I’ve been using PhoneGap as a framework for building mobile apps. What I like about PhoneGap is that if done in the right way I can build an app fairly quickly for almost any mobile device. In this walkthrough I’m going to cover how to get started using PhoneGap with Android Studio: For more details about PhoneGap see my article covering PhoneGap Fundementals Step 1 Install Prerequisites and Tools The very first step is to install all prerequisites and tools, these are: Install the Java Development Kit: Download the Java Development Kit and install it. If on windows, Set up the JAVA_HOME system variable: Select Start menu > Computer > System Properties > Advanced System Properties. Open Advanced tab > Environment Variables. Add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21. Add the JAVA_HOME bin path system variable to the PATH variable: Select Start menu > Computer > System Properties > Advanced System Prope
http://www.codenutz.com/getting-started-phonegap-android-studio/

No comments:

Post a Comment