我在Ubuntu上成功安装了android SDK和android eclipse插件.
在我删除Ubuntu并安装Linux Mint之前,每件事情都运行良好.我再次安装了SDK并使用了我在Ubuntu上使用的相同eclipse副本,但现在所有的android应用程序都包含错误,我无法启动模拟器.
启动模拟器时会出现此消息
Starting emulator for AVD 'test' Failed to start emulator: Cannot run program "/home/anas/android//tools/emulator": error=2, No such file or directory
Run Code Online (Sandbox Code Playgroud)
虽然android SDK安装在指定的路径中,并且文件(模拟器)存在于同一路径中.
我的所有应用程序都包含相同的错误 R can not be resolved to a variable
这里有什么问题?