NoClassDefFoundError exception in android stuidio

前端 未结 2 652
甜味超标
甜味超标 2021-01-02 09:05

Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient

I am not able to resolve below error :

2条回答
  •  独厮守ぢ
    2021-01-02 09:32

    Add the following to your manifest file under 'application':

    
    

    https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p

提交回复
热议问题