
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'