1. 程式人生 > >Android API 28 使用 android-async-http1.4.8 報錯

Android API 28 使用 android-async-http1.4.8 報錯

專案升級 API 28後,使用 android-async-http1.4.8 時,報錯如下:

java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/commons/logging/LogFactory;

換成 android-async-http1.4.9,問題可解決。

若執意要用 android-async-http1.4.8 ,在libs中加 commons-logging-1.2.jar,注意不能用

dependencies 

{

implementation 'commons-logging:commons-logging:1.2' 

}

 

會有衝突。

 

最後,還是不要用 android-async-http 了,太久不更新,問題太多。