简体   繁体   English

新的导入使日食黯然,许多Java错误

[英]New import to eclipse, suddenly a lot of Java errors

I have been working on an android project, and recently imported to Eclipse at home. 我一直在从事android项目,最近又在家中导入到Eclipse。 Once I imported my project to Eclipse I suddenly have a lot of new java errors, which I didn't have in my previous environment. 将项目导入Eclipse之后,突然出现了许多新的Java错误,而这在我以前的环境中是没有的。 I have cleaned the import and removed some of the path errors, but I'm not sure what I should do next. 我已经清理了导入并删除了一些路径错误,但是我不确定下一步该怎么做。 I believe that these errors are most likely the result of something I have done stupidly on my part, but I am not sure. 我认为这些错误很可能是我愚蠢地做某件事的结果,但我不确定。

屏幕截图

You most likely have the incorrect SDK installed or you don't have the Android ADT installed on your Eclipse. 您很可能安装了错误的SDK,或者您的Eclipse上没有安装Android ADT。

http://developer.android.com/sdk/installing/installing-adt.html http://developer.android.com/sdk/installing/installing-adt.html

check your Android Manifest file and specify correct sdk version. 检查您的Android清单文件并指定正确的sdk版本。 Also check project properties to verify that you are using correct version of android sdk to compile the project. 还要检查项目属性,以验证您使用的是android sdk的正确版本来编译项目。 EDIT : If possible send a screenshot of your manifest and android properties dialog for this project. 编辑:如果可能,请为此项目发送清单和android属性对话框的屏幕截图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM