Android Studio添加aar依赖

  

  将

implementation fileTree(dir: 'libs', include: ['*.jar'])

改为
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])

  


posted @ 2018-08-14 14:35  javakam  阅读(1589)  评论(0)    收藏  举报