如何在 Eclipse 中打开示例 Android SDK 应用程序

时间:2022-11-24
本文介绍了如何在 Eclipse 中打开示例 Android SDK 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Eclipse 中为 Android 2.1 创建了一个基本程序.然后我想看一些示例,并导入 SDK 目录中的示例项目.我尝试打开一个新项目并从现有源创建项目",我浏览并可以选择一个项目,所有详细信息都出现了,我可以单击完成,但我收到一条错误消息,提示无法写入文件",并且如果我点击详细信息,它会显示访问被拒绝"我尝试将项目文件夹复制到我自己的工作区,但它仍然做同样的事情.

I have created a basic program in Eclipse for Android 2.1. then I wanted to look at some of the samples, and import sample projects which are in the SDK directory. I have tried opening a new project and 'create project from existing source', I browse and can select a project, all the details come up and I can click finish, but I receive an error message saying 'could not write file', and if I click on details, it says "access is denied" I have tried copying a project folder into my own workspace but it still does the same thing.

推荐答案

在包资源管理器窗口中右击.

Right click in the package explorer window.

选择新建 -> 其他

在Android文件夹下选择Android Sample Project

Under the Android folder select Android Sample Project

选择构建目标,然后选择示例项目

Choose the build target and then the sample project

这篇关于如何在 Eclipse 中打开示例 Android SDK 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

上一篇:“缺少 SDK 平台工具组件!" 下一篇:我在哪里可以下载旧版本的 Android SDK?

相关文章

最新文章