Get things ready to develop android apps

1.Download the sdk and eclipse(their official website)

2.extract the android and enter the tools folder

type::cd /home/jason/android-sdk-linux_x86-1.5_r3/tools

(You must change the path depending on your situation)

3.Create your virtual device.

type:./android create avd -n stone -t 2

You can just use the default parameter.

4.Install ADT plugin,use the url:https://dl-ssl.google.com/android/eclipse/

(If you failed,you can try to update your eclipse.)

5.Configure your android in Ecplise.

Window->preferences->android

select your sdk.Done!

你可能感兴趣的:(eclipse,android,linux,Google)