Android core library error

前端 未结 5 1979
我在风中等你
我在风中等你 2020-11-30 02:49

When I am including the jaxp.jar, I get the following error-

trouble processing \"javax/xml/XMLConstants.class\":
[2009-05-08 16:53:18 - TestProject] 
Attemp         


        
5条回答
  •  余生分开走
    2020-11-30 03:25

    I got this after copy-pasting an Android project into the same workspace. Deleting it from disk afterwards wasn't enough, cause Eclipse still hade some reference to it hidden away. I also had to remove the following folder under the workspace folder:

    .metadata\.plugins\org.eclipse.core.resources.projects[NameOfTheDuplicateProject]

提交回复
热议问题