Eclipse Package Explorer 不显示新 Android 项目中的所有文件

发布于 2024-11-08 18:17:43 字数 977 浏览 0 评论 0原文

我刚刚在 64 位 Windows 7 计算机上设置了 Eclipse:

我下载并安装了: jdk-6u25-windows-x64.exe eclipse-java-helios-SR2-win32-x86_64.zip swt-3.6.2-win32-win32-x86_64.zip Android SDK:installer_r11-windows.exe

我使用 Android SDK 和 AVD 管理器安装并更新了 Google 存储库中可用的所有软件包。

由于我已经有大约十年没有使用 Java 编程了:),我完成了 Eclipse“Hello world”练习,一切都如宣传的那样工作。

然后我尝试进行 Android SDK“Hello, Android”练习 (http://developer.android.com/resources/tutorials/hello-world.html)。

我使用项目向导创建了一个 Android 项目:文件、新建、项目、“Android 项目”,使用 Android 2.3.3 作为目标,并仅填写基本字段:项目、应用程序、包和活动名称。

项目已创建,但是: - Package Explorer仅显示新项目下的“default.properties”文件 - 项目资源管理器还显示 ./bin 及其下的三个文件 - 不显示所有其他项目内容: -r ./assets/, ./bin/com/, ./gen/, ./res/, ./src/*

目录结构完整,并且我可以完成、编译并运行“Hello Android”练习,但我必须通过将源文件和 xml 文件从 Windows 资源管理器拖到 Eclipse 来打开它们。然后,事情开始出现在 Eclipse 资源管理器窗格中。

这是我的 64 位设置中的错误吗?我的安装出错了? (我对此表示怀疑,安装非常简单)。

我在 stackoverflow 或搜索网络和其他论坛中没有发现任何提及这种行为的内容。

I've just set up Eclipse on my 64-bit Windows 7 machine:

I downloaded and installed:
jdk-6u25-windows-x64.exe
eclipse-java-helios-SR2-win32-x86_64.zip
swt-3.6.2-win32-win32-x86_64.zip
Android SDK: installer_r11-windows.exe

I installed and updated all packages available from the Google repositories with the Android SDK and AVD manager.

Since I haven't programmed in Java for about ten years :), I went through the Eclipse "Hello world" exercises, and everything worked as advertised.

Then I tried going through the Android SDK "Hello, Android" exercise (http://developer.android.com/resources/tutorials/hello-world.html).

I created an Android Project using the project wizard: File, New, Project, "Android Project", using Android 2.3.3 as the target and filling in just the essential fields: project, application, package and activity names.

The project is created, but:
- the Package Explorer only shows the "default.properties" file under the new project
- the Project Explorer additionally shows the ./bin and the three files under that
- All other project content is not displayed:
-r ./assets/, ./bin/com/, ./gen/, ./res/, ./src/*

The directory structure is complete, and I can finish, compile and run the "Hello Android" exercise, but I have to open the source and xml files by dragging them onto Eclipse from the Windows explorer. Then things start to appear in the eclipse explorer panes.

Is this a bug in the 64-bit setup I've got? Error in my installation? (I doubt it, install was pretty straightforward).

I've found no mention of this kind of behavior in stackoverflow or searching the web and other fora.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叶落知秋 2024-11-15 18:17:43

我遇到了同样的问题。我所做的是:-

右键单击​​包资源管理器窗口中的项目名称,然后选择选项“显示过滤的子项”。

希望这有帮助。

I faced the same problem .What I did was :-

Right click the project name in the package explorer window and selected the option "Show Filtered Children".

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文