androidstudio 导入httpmime 和fastjs
2016-05-05 本文已影响127人
笨coco
在build.gradle的android{...}里面加上
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}