Android開發中出現的問題及解決(二)

1.64位Ubuntu14.04安裝使用Android開發環境問題:php

錯誤1:failed to create the SD card
html

錯誤2:failed to run mksdcardandroid

錯誤3:Package 'ia32-libs' has no installation candidate。
c++

解決 ubuntu

首先:設置android sdk下的tools權限爲可執行權限。而且添加SDK目錄中tools和platform-tools目錄到PATH.windows

$ sudo chmod -R 775 /home/...../sdk

因爲adb是32位的,因此須要安裝對於32位的支持庫。 ui

$ sudo apt-get install lib32stdc++6 lib32z1 lib32ncurses5 lib32bz2-1.0

錯誤2::rror while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

解決:url

$ sudo apt-get install lib32stdc++6

或者直接試試這個:es5

$ sudo apt-get install ia32-libs

2.
spa

相關文章
相關標籤/搜索