android 開發環境安裝和測試中常出現的問題

來源:互聯網
上載者:User
有關android開發環境的安裝,網上能搜出很多。下面只總結幾個在安裝過程中經常出現的問題和解決方案。

1 在運行程式時,出現如下的錯誤報表:

   PANIC: Could not open: C:\Documents and Settings\Administrator\.android/avd/my_avd.ini

  原因:android sdk 預設的path為 C:\Documents and Settings\Administrator\,而如果你在系統內容變數裡把path直接設定成你的路徑,比如D:\android,就會產生錯誤。

  解決:(1)在環境變數中建立一個系統變數:ANDROID_SDK_HOME=D:\android_emulator

              (2)修改系統變數path,在之前添加 %Android_SDK_HOME%

              或者可以拷貝.android檔案夾到 C:\Documents and Settings\Administrator\ 目錄下來解決。

2 錯誤報表:

   Error: could not find HelloAndroid.apk

  原因:JDK的安裝和設定有問題

  解決:確定自己正確安裝了JDK

3 運行AVD時,console中列印此訊息

   waiting for HOME ('android.process.acore') to be launched

   原因:這不是一個錯誤,只要多等一會兒就好了。。但是也可以通過右鍵工程,run as --> android application來解決。

4 運行AVD時,出現錯誤

    failed to install HelloAndroid.apk on device 'emulator-5554!'
 
   原因:在AVD載入的過程中,不要亂點已經出現的模擬器上的表徵圖,要等待AVD完全載入完成。如果過程中出現紅色警告,只要重新運行即可。

5 運行程式時,出現如下提示

   activity not started, its current task has been brought to the front
   原因:這條警告是說,application已經在device上運行,系統不會kill掉他,但是會把他移到前台運行。

   解決:可以手動kill process 或者編輯代碼重新運行。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.