depends on one or more Android Libraries but is a jar

NathansLiu發表於2017-12-14

depends on one or more Android Libraries but is a jar

Error:Module 'xxx-xxx-library:1.5.8' depends on one or more Android Libraries but is a jar
取決於一個或多個Android庫,但它是一個jar

引用第三方庫的時候發生的錯誤,也沒弄清什麼意思

compile 'com.github.lecho:hellocharts-library:1.5.8'複製程式碼

加上@aar解決了該問題

compile 'com.github.lecho:hellocharts-library:1.5.8@aar'複製程式碼

詳情請見:github.com/permissions…



相關文章