在 Eclipse for Android 中查找 tools/emulator.exe
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12224118/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Finding tools/emulator.exe in Eclipse for Android
提问by Ci3
I'm beginning to develop in Android, but I'm having some problems using Eclipse.
我开始在 Android 中进行开发,但是在使用 Eclipse 时遇到了一些问题。
I just reinstalled the current SDK, but when attempting to show Eclipse the path, I get the following error:
我刚刚重新安装了当前的 SDK,但是在尝试向 Eclipse 显示路径时,出现以下错误:
Could not find C:\Program Files (x86)...droid\android-sdk\tools\emulator.exe!
找不到 C:\Program Files (x86)...droid\android-sdk\tools\emulator.exe!
I'm pretty sure that I located the correct folder..what exactly happened here? I was told that the new SDK wouldn't pose this problem.
我很确定我找到了正确的文件夹……这里到底发生了什么?有人告诉我,新的 SDK 不会造成这个问题。
回答by false9striker
Unzip your sdk zip somewhere, copy entire contents of tools directory, replace it with your actual sdk tools folder contents.
将您的 sdk zip 解压缩到某处,复制工具目录的全部内容,将其替换为您实际的 sdk 工具文件夹内容。
Restart eclipse if required.
如果需要,重新启动 eclipse。