Phonegap: Getting Started with Android? -- on Linux -



Phonegap: Getting Started with Android? -- on Linux -

on phonegap.com, getting started android? page have sections:

3a. setup path environment variable on mac os 3b. setup path environment variable on windows

but no section linux. why ? should if on linux (ubuntu) ?

i myself utilize phonegap on linux, have installed android sdk via eclipse (eclipse juno linux) , ease of access, utilize applaud plugin eclipse.

steps installation:

download eclipse "software center" or eclipse's website.

for android sdk utilize instructions given on android developers' site (http://developer.android.com/sdk/installing/installing-adt.html )

applaud plugin(optional): http://www.mobiledevelopersolutions.com/home/start site contains step-by-step procedure of installing android sdk , applaud plugin.

path environment variable

on linux, path environment variable can defined in ~/.bashrc ~/.bash_profile file. if have either of files, utilize text editor such gedit, vi, or emacs open file , line exports path variable. if find such line, edit add together total path of tools directory path. if there no such line, can add together line this:

export path=${path}:your_sdk_dir/tools set total path in place of

your_sdk_dir.

for farther help, please refer

http://fyi.oreilly.com/2009/02/setting-up-your-android-develo.html

android linux cordova ubuntu-12.04

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -