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!

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android studio 与gradle的版本对应
  2. Android实现倒计时启动功能的实现
  3. android中调用系统的打电话功能
  4. android获取mac地址
  5. 2011.07.12——— android Foreground se
  6. android中动态实现全屏和动态退出全屏方
  7. 通过广播检测sdcard插拔操作
  8. Android(安卓)studio 启动模拟器报错-Tur
  9. Android中使用AndroidTestCase的方法实例
  10. Android中的Handler消息机制