linux x64系統android開發環境搭建

Linux Mint x64系統,eclipse也是64位,安裝adt插件啓動模擬器後報錯:java

Failed to get the adb version: Cannot run program "/home/tsl0922/android-sdk-linux_x86/tools/adb": java.io.IOException: error=2, No such file or directory

緣由是adt插件只有32的,在64位系統運行須要32位lib,使用getlibs能夠幫助安裝32位軟件依賴,下載地址:http://frozenfox.freehostia.com/cappy/getlibs-all.deblinux

進入android-sdk-linux_x86/platform-tools目錄下,執行命令:android

getlibs aapt
安裝玩所需依賴後模擬器就能夠啓動了,可是導入adnroid工程運行後又出了問題:

Android requires compiler compliance level 5.0. Please fix project properties
 這是JDK版本不兼容致使的,解決方法:

  1. 項目 右鍵 ->android tools ->Fix Projectshell

  2. 若是不能夠,檢查Project -> Properties->Java Compiler app

  確認JDK compliance被設置爲1.6,而且enable specific seetings. eclipse

我使用前者解決。ui

至此,能夠進行開發了 。Linux Mint是基於Ubuntu的,因此Ubuntu或Debin遇到此問題應該也能夠這麼解決。插件

相關文章
相關標籤/搜索