SetupAndroid.bat UE4.25

Hi,

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.

Any assistance here would be great.

Thanks

Similar error on Mac 10.15.4, fresh install of the OS and fresh install of EpicGamesLauncher UE4.25, with SetupAndroid.command

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.

Thank you. I tested ant that got it to work.

i have the same problem.have you fix it?