Android安裝過程出現問題 一、Eclipse 中 Emulator Control 不能用問題 在官方文檔中發現問題所在(官方文檔說明),在最後一行“The Emulator Control tab, shown in Figure 1, is no longer supported. Use ...
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就是我們啟動的模擬器
二、eclipse中的AVD點不了
設置好ANDROID_SDK_HOME路徑,關閉windows控制臺中的adb.exe
三、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;