Android安装过程出现问题

青春须早为,岂能长少年。这篇文章主要讲述Android安装过程出现问题相关的知识,希望能为你提供帮助。
android安装过程出现问题一、Eclipse 中 Emulator Control 不能用问题
在官方文档中发现问题所在(官方文档说明),在最后一行“The  Emulator Control  tab, shown in Figure 1, is no longer supported. Use the  Android Emulator  for these features",Android  emulator就是我们启动的模拟器

Android安装过程出现问题

文章图片

 
二、eclipse中的AVD点不了
设置好ANDROID_SDK_HOME路径,关闭windows控制台中的adb.exe
 
【Android安装过程出现问题】三、eclipse中没有SDK和AVD图标
eclipse---> Windows----> Perspective---> Customize Perspective,打开后,将Android SDK and AVD Manager勾选,点击ok即可看见avd的图标了。
 
四、SDK和ADT下载安装问题
不用去官网,太慢了,直接百度有很多资源可以下
 
五、eclipse中无法关联SDK
E:\\2017-02-21--SoftWare\\Android\\android-sdk_r24.3.4-windows\\android-sdk-windows\\tools\\lib\\plugin.prop
把这个文件中的版本改成21.0.0及以下
 
六、google usb driver安装问题
google usb driver是在  SDK Manager.exe 里面的,不用再到另外的位置去下载
 
七、创建的android项目无法运行
出现android launch:Your project contains error(s),please fix them before running your application.
 
记住出现这种问题重来没有统一的解决方案,但是有一点是不变的,你可以按照如下方法来做:
打开windows---show view----problems  看具体你遇到的 problem:
 
出现Error executing aapt. Please check aapt is present at E:\\2017-02-21--SoftWare\\Android\\android-sdk_r24.3.4-windows\\android-sdk-windows\\platform-tools\\aapt.exe
我检查文件夹发现没有aapt.exe,所以我就网上下载了一个,之后出现
[2017-07-26 18:06:16 - aa222] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!错误
小白解决不了,所以去http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/2769409.html
下了一个
ADT Bundle用这个就ok了,不用自己配,里面弄好了eclipse和adk;
 

    推荐阅读