Android core library error

前端 未结 5 1969
我在风中等你
我在风中等你 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 see two possibilities:

    In your project's folder, the file .classpath could be wrong. Try to replace it with:

    
    
    
    
    
    
    
    

    If it does not work, it means the library you are trying to include is not compatible with Android.

提交回复
热议问题