Android error

When I’m trying to Launch android I have errors like this:

error: package org.apache.http.client does not exist

I have found that the Tegra Android Development Pack is now [this][1] . So I have everything from CodeWorks.

After few changes of JDK version and uninstalling and installing the components I have found [this][2] topic.

How can I append this changes? Or any workaround on this error?

For the whole [listing][3] from console

Game Development Tools, SDKs, and Partner Engines | NVIDIA Developer
[2]: Android Gradle Apache HttpClient does not exist? - Stack Overflow
[3]: https://gist.githubusercontent.com/MenosGrandes/24f23bd264b53029c97a/raw/1b8f1142729718135deb0c66e7446666c3cada5b/gistfile1.txt

MenoxGrandes,

Please make sure you’ve gone through all of these [Android Steps][1]. Once you’ve made sure you’ve went through those steps, please delete your Intermediate, DerivedDataCache and Saved folders from your project folder. Please also provide me with a screenshot of your Android SDK and your APK Packaging settings located within Platforms - Android within Project Settings.

Thanks!

https://docs.unrealengine.com/latest/INT/Platforms/Android/GettingStarted/1/index.html

I’m have found other post that I have to change SDK API Level to “matchndk” and that’s all;p

So changing the SDK API Level fixed your issue? :slight_smile:

Yes because Android in newest version of sdk changed some classes for http network, and setting older version of sdk fixed the error.