DJI-SDK Failed resolution of: Lorg/apache/http/params/BasicHttpParams;
The reason for the issue is Apache HTTP client deprecation beginning with Android 9.
Add this to your AndroidManifest.xml
to fix:
<uses-library android:name="org.apache.http.legacy" android:required="false"/>