本文介绍了Eclipse的ADT意外的异常“不能运行程序”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在我的笔记本电脑安装了ADT包。我的Ubuntu 13.10,但是当我打开ADT我看到这条消息:
意外的异常不能运行程序/home/.../Descargas/adt-bundle-linux-x86_64 20131030 / SDK /平台工具/亚行:
错误= 2,无existe报archivoØ报上级目录在试图获得亚行版本从/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb
[2013年12月25日16时二十〇分14秒 - 亚行]意外的异常不能运行程序/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb:
错误= 2,无existe报archivoØ报上级目录在试图获得亚行版本从/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb
这是我第一次安装和开发在Android上,所以,我不知道该怎么办。有人可以帮我吗?
解决方案 我面临同样的问题,但经过重新提取ADT文件
,这条消息就消失了。
拆装Ubunto 13.10,ADT的文件名(adt-bundle-linux-x86_64-20131030.zip)
I have installed ADT Bundle on my laptop. I have ubuntu 13.10 but when I open the ADT I see this message:
Unexpected exception 'Cannot run program "/home/.../Descargas/adt-bundle-linux-x86_64 20131030/sdk/platform-tools/adb":
error=2, No existe el archivo o el directorio' while attempting to get adb version from '/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb'
[2013-12-25 16:20:14 - adb] Unexpected exception 'Cannot run program "/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb":
error=2, No existe el archivo o el directorio' while attempting to get adb version from '/home/.../Descargas/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb'
It is my first time installing and developing on android, so, I do not know what to do.Can someone help me?
解决方案
I faced the same problem but after re-extracting the ADT file,this message disappeared.
Working on Ubunto 13.10 , The ADT file name (adt-bundle-linux-x86_64-20131030.zip)
这篇关于Eclipse的ADT意外的异常“不能运行程序”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-05 17:27