我更新了我的SDK,Android工作室无法识别'org.apache.http.legacy'
库。
更新后没有org.apache.http.legacy.jar update
in /platforms/android-23/optional path
。
我无法同步我的项目。
注意:我在build.gradle中使用android useLibrary 'org.apache.http.legacy'
答案 0 :(得分:0)
尝试在build.gradle的useLibrary 'org.apache.http.legacy'
行下面写这样:
useLibrary 'org.apache.http.legacy'
packagingOptions {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}