Android Studio - Importing Simple-Xml library

前端 未结 3 1347
感动是毒
感动是毒 2020-12-17 09:52

I am going crazy with my Android Studio IDE.

I am willing to add the Maven library simple-xml from Central (v2.7.1)

  1. The project compiles well

3条回答
  •  萌比男神i
    2020-12-17 10:06

    I got the same error using maven with Android. I corrected dependency and everything worked well. It's my dependency for simple-xml library:

    
    org.simpleframework
    simple-xml
    2.7.1
    compile
    
        
            xpp3
            xpp3
        
        
            stax-api
            stax
        
        
            stax
            stax
        
        
            spring-web
            org.springframework
        
        
            commons-logging
            commons-logging
        
    
    
    

提交回复
热议问题