我从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
请帮助我在Ubuntu12.04中安装ADT包,这样我就可以开始我的项目了。
发布于 2014-03-29 07:31:23
unzip adt-bundle-linux-x86_64-2014031.zip
cd adt-bundle-linux-x86_64-2014031/eclipse
./eclipse https://unix.stackexchange.com/questions/122072
复制相似问题