I’ve been trying to get 4.25 to work with Android. I’ve installed Android Studio and follow the instructions with no luck with running the SetupAndroid.bat on my windows machine.
Warning: Failed to find package lldb;3.1
I get the above error when trying to run it. I’ve went through all the sdk manager tool and installed everything that would be related to it.
Found on Reddit, if you edit the file and locate the section involving “lldb;3.1”, remove that portion, you should be able to run the script successfully. For me, I also needed to close UE4 and re-open it for the changes it made to work. This solved my issue and allowed me to compile/test my game.