gpt4 book ai didi

android - 导入项目 - 构建路径包含重复条目 : 'src' for project

转载 作者:行者123 更新时间:2023-11-29 15:13:50 24 4
gpt4 key购买 nike

我正在将一个项目导入工作区,我收到以下错误:

build path contains duplicate entry: 'src' for project 'myproject'
  • .classpath 似乎没问题:

    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
    <classpathentry excluding="..." kind="src" path="src"/>
    <classpathentry kind="src" path="gen"/>
    <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
    <classpathentry kind="output" path="bin/classes"/>
    </classpath>
  • 我的构建目标在属性->android 中被选中。

  • 在我的 properties->java build path->source 中,我得到了我的 src 和 gen 文件夹

  • 我使用 File->import 导入了我的项目

  • 导入项目时,错误出现在弹出窗口中。我点击“确定”,弹出窗口消失,eclipse 构建项目,然后项目运行正常(没有错误,可能是 eclipse 自己解决了问题)。

我可以忽略错误并处理我的项目,但我想了解我正在导入的初始项目有什么问题


  • .classpath, .project, AndroidManifest.xml, project.properties初始项目和导入工作区的项目完全一样

  • 我的初始项目中的 .settings/org.eclipse.jdt.core.prefs 与我的工作区中导入的有所不同:

    初始项目:

    eclipse.preferences.version=1
    org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    org.eclipse.jdt.core.compiler.compliance=1.6
    org.eclipse.jdt.core.compiler.source=1.6

    导入后,在工作区内

    eclipse.preferences.version=1
    org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    org.eclipse.jdt.core.compiler.compliance=1.6
    org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    org.eclipse.jdt.core.compiler.debug.localVariable=generate
    org.eclipse.jdt.core.compiler.debug.sourceFile=generate
    org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    org.eclipse.jdt.core.compiler.source=1.6

但是我尝试在我的初始项目中复制粘贴此文件的最终版本,然后再次导入它;我仍然收到错误。

最佳答案

首先
转到项目 Properties> Java Build Path> 选择 Source 选项卡 > 通过选择 Remove 按钮删除所有源
然后重启 Eclipse。
下一步
转到项目Properties> Java Build Path> 选择Source 选项卡> Add Folder 按钮> 选择gen src
重新启动 Eclipse

关于android - 导入项目 - 构建路径包含重复条目 : 'src' for project,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26755674/

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