gpt4 book ai didi

Android ADT Eclipse 插件,parseSDKContent 失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:53:52 27 4
gpt4 key购买 nike

我刚刚设置了我的第一个 Android 开发环境,包括

  • eclipse 3.5
  • Mac 操作系统 10.5
  • 适用于 x86 mac 的 Android SDK
  • ADT Eclipse 插件 0.9.6

我已经将 set $PATH 设置到我的 SDK/tools 目录(如果我只使用 Eclipse,这应该无关紧要吧?)并启动了 Eclipse,但是当我尝试在 Eclipse 中设置 SDK 的路径时,我得到错误“parseSdkContent 失败”。抛出的异常的堆栈跟踪是

java.lang.IllegalArgumentException: http://www.w3.org/2001/XMLSchema
at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:181)
at com.android.ide.eclipse.adt.internal.sdk.LayoutDevicesXsd.getValidator(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.LayoutDeviceManager.parseLayoutDevices(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.LayoutDeviceManager.loadDefaultLayoutDevices(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.LayoutDeviceManager.loadDefaultAndUserDevices(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.Sdk.<init>(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.Sdk.loadSdk(Unknown Source)
at com.android.ide.eclipse.adt.AdtPlugin$13.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

我看不出我在设置过程中遗漏了任何东西,根据说明基本上开箱即用。关于为什么这可能会失败的任何想法?

最佳答案

所以我的解决方案完全不同。 project.properties 已损坏。我不得不从命令行编辑它,因为 eclipse 不想为我做任何事情。我删除了所有不必要的东西。这样文件看起来像这样:

# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.

# Project target.
target=android-15

关闭 Eclipse。再次打开它。

然后我回到项目属性并重置我的库。这解决了问题。希望这对其他人有帮助!

关于Android ADT Eclipse 插件,parseSDKContent 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2694259/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com