建Workspace遇到问题,eclipse?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23648284/
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
Building Workspace has encountered an issue, eclipse?
提问by WISHY
I recently updated the android SDK and also tools.
我最近更新了 android SDK 和工具。
On creating a New Android Project I am getting this error.
在创建新的 Android 项目时,我收到此错误。
I checked all the solutions and also tried them but nothing seems to work. How do I fix it?
我检查了所有解决方案并尝试了它们,但似乎没有任何效果。我如何解决它?
回答by WISHY
Solved...just needed to update my JDK.
解决了...只需要更新我的 JDK。
回答by sumgeek
I think you need to update the ADT version using Eclipse's "Install New Software" feature and using { https://dl-ssl.google.com/android/eclipse/} as the repository URL.
我认为您需要使用 Eclipse 的“安装新软件”功能并使用 { https://dl-ssl.google.com/android/eclipse/} 作为存储库 URL来更新 ADT 版本。
- In Eclipse go to Help
- Install New Software ---> Add
- inside Add Repository write the Name: ADT (or whatever you want) and Location: https://dl-ssl.google.com/android/eclipse/
- after loading you should get Developer Tools and NDK Plugins
- check both if you want to use the Native Developer Kit (NDK) in the future or check Developer Tool only
- click Next
- Finish
- 在 Eclipse 中转到帮助
- 安装新软件 ---> 添加
- 在 Add Repository 中写下名称:ADT(或任何你想要的)和位置:https: //dl-ssl.google.com/android/eclipse/
- 加载后你应该得到开发者工具和 NDK 插件
- 如果您想在将来使用 Native Developer Kit (NDK) 或仅检查 Developer Tool,请选中两者
- 点击下一步
- 结束