Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> 編譯android源碼6---運行android編譯源碼

編譯android源碼6---運行android編譯源碼

編輯:關於android開發

編譯android源碼6---運行android編譯源碼


1.配置環境變量 (/media/M_hM_=M_M_dM__M_6/Download/442為android所在的目錄)

export PATH=$PATH:/media/M_hM_=M_M_dM__M_6/Download/442/out/host/linux-x86/bin

export ANDROID_PRODUCT_OUT=/media/M_hM_=M_M_dM__M_6/Download/442/out/target/product/generic

2.運行模擬器 emulator

3.錯誤

emulator: ERROR: You did not specify a virtual device name, and the system
directory could not be found.

If you are an Android SDK user, please use '@' or '-avd '
to start a given virtual device (see -help-avd for details).

Otherwise, follow the instructions in -help-disk-images to start the emulator

解決方法


source build/envsetup.sh

lunch sdk-eng
執行:
 

4.運行emulator

可以啟動模擬器

5.模擬器啟動圖片

\

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved