ubuntu 12.04 中未安裝 ADT 捆綁包

ubuntu 12.04 中未安裝 ADT 捆綁包

我從 Android 開發者網站下載了 ADT 套件。

捆綁包名稱是:- adt-bundle-linux-x86_64-2014031.zip

它包含 eclipse 和 sdk 資料夾。

在eclipse資料夾中,有一個eclipse可執行檔。我嘗試使用 wine1.7 打開它, Wine Windows Program Loader

但它表明

The Z:\home\devsda\Downloads\adt-bundle-linux-x86_64-20140321\eclipse\eclipse executable launcher was unable to locate its home directory

請幫我在 Ubuntu 12.04 中安裝 ADT 包,以便我開始我的專案。

答案1

unzip adt-bundle-linux-x86_64-2014031.zip  
cd adt-bundle-linux-x86_64-2014031/eclipse
./eclipse 

相關內容