我试图从Apress和Wiley的书籍中查看Android示例。 查看两家公司的代码时会出现错误。 即。 Apress Beginning Android http://www.apress.com/downloadable/download/sample/sample_id/584/
将第7章提取为Z:\new\Chapter7
FYI Android SDK位置Z:\eclipse\Android\android-sdk
文件 - >新建 - > Android项目 - >从现有代码创建项目
已选择Z:\new\Chapter7
Build Target Android 2.2
AM能够获取HelloWorld和输入的应用程序以使用当前的Eclipse设置在硬件和模拟器上运行,但是当试图查看其他代码时,会出现错误。
从任一公司的书籍中打开源代码时,我都会遇到类似的错误
[2011-07-27 02:26:41 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read Z:\eclipse\Android\android-sdk\samples\android-8\AndroidManifest.xml: java.io.FileNotFoundException: Z:\eclipse\Android\android-sdk\samples\android-8\AndroidManifest.xml (The system cannot find the file specified)
[2011-07-27 02:26:41 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read Z:\eclipse\Android\android-sdk\samples\android-8\AndroidManifest.xml: java.io.FileNotFoundException: Z:\eclipse\Android\android-sdk\samples\android-8\AndroidManifest.xml (The system cannot find the file specified)
[2011-07-27 02:26:45 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read Z:\new\AndroidManifest.xml: java.io.FileNotFoundException: Z:\new\AndroidManifest.xml (The system cannot find the file specified)
[2011-07-27 02:30:41 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read Z:\new\AndroidManifest.xml: java.io.FileNotFoundException: Z:\new\AndroidManifest.xml (The system cannot find the file specified)
答案 0 :(得分:0)
Eclipse正在尝试从文件夹Z:\new\
和Z:\eclipse\Android\android\samples\android-8
创建项目,我可以向您保证这是错误的。您正在使用这两个路径创建另一个项目吗?我知道Z:\eclipse\Android\android\samples\android-8
内部有多个项目,你需要指定确切的项目。
例如,在android-8
内部,我看到有ApiDemos
和BackupRestore
,您需要选择它们以便Eclipse找到AndroidManifest.xml文件。
至于其他链接(Z:\new\
),请确保您已选择Z:\new\Chapter7
,看起来您没有这样做。当\new\
查看AndroidManifest.xml
时,它会查看\new\Chapter7
{{1}}文件夹。