I’ve installed SDK, NDK and JDK. This is 1st time that I see this error.
I updated my version of Unreal engine from 4.13.2 to 4.15.1 after the problem with Windows 10 update.
I started my project in 4.13 version and I have a repository in gitHub with other partner. But I decided download 4.15.1 after the problem with the last Windows Update.
Also I’ve installed the app in my Smartphone when I started my project. I have android 5.1.
*************************************************************************
The "android" command is deprecated.
For manual SDK, AVD, and project management, please use Android Studio.
For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager
*************************************************************************
Invalid or unsupported command "--silent update lib-project --path JavaLibs/downloader_library --target android-19"
Supported commands are:
android list target
android list avd
android list device
android create avd
android move avd
android delete avd
android list sdk
android update sdk
I think there’s some change into Android SDK so the arguments no longer works for UE4.15.1
May someone have more input in this issue?
Now to fix this you just need to download sdk tools 25.2.5 or earlier, rename the old version folder “tools” to “tools1” or whatever to backup it, then unzip the downloaded one to that location and rename it “tools”.
Thank you dude. That got me past this error at least.
EDIT: Btw guys, don’t expect latest NDK to work properly as well. Download yourself at least r14b NDK. Otherwise you probably will experience [-Werror,-Wunused-lambda-capture] clang errors on some Unreal Engine core classes. Like TMap that includes helper lambda expressions “seek” with unused capture.