在此我就不重复那么多安装的步骤了。园子里有很多环境搭建的文章可以学习。

http://www.cnblogs.com/smartbooks/archive/2012/05/27/2520595.html

这里提供个链接。

我安装过程中遇到过一些问题:

一般情况下打开SDK Manager.exe把需要下载的东西下全了。

有时候会出现PANIC: Could not open: C:\Documents and Settings\Administrator\.android/avd/ 这种提示

需要设置ANDROID_SDK_HOME=D:/android-sdk-windows/tools; (你自己的位置)

然后重启eclipse,就OK了。

第一次运行模拟器速度很慢,大家耐心等等。

运行完,小修改了下 第二次运行的时候,报错了,类似下面的:

[2012-07-26 11:27:46 - demo] Re-installation failed due to different application signatures.[2012-07-26 11:27:46 - demo] You must perform a full uninstall of the application. WARNING: This will remove the application data![2012-07-26 11:27:46 - demo] Please execute 'adb uninstall com.example.demo' in a shell.[2012-07-26 11:27:46 - demo] Launch canceled!
E:\android-sdk\platform-tools>adb uninstall com.example.demoSuccess

按照上述的语句执行下就OK,还有模拟器可以不用关闭,直接run项目就可以了。

更多相关文章

  1. 安卓开发环境AS2.0搭建
  2. android sdk命令行update
  3. Android(安卓)Studio 3.3.2 正式版的安装
  4. android 编译碰到的问题及解决办法:(ubuntu下编译)
  5. (android)向sdcard中添加文件出现Failed to push the item(s)
  6. 探索react-native run-ios(android)
  7. android获取已安装应用中的系统应用程序
  8. android activity/service开机后自动运行 (转)
  9. Android(安卓)Studio project有多个module情况下安装到手机出现

随机推荐

  1. android:allowUndo
  2. Android中的Context
  3. android 取消标题,程序意外停止
  4. Android(安卓)无法查看外部依赖jar的源码
  5. Android(安卓)TextView中显示单行过长的
  6. Android中ProgressDialog的简单使用.
  7. ANDROID ADB工具使用
  8. android 中使文本(TextView 、button等可
  9. Android:adb常用命令汇总
  10. Android:控件GridView的使用