How to run unittest on android?

I write some unittests, and managed to make them run with command line:

.\UE4Editor.exe "path/to/uproject" ExecCmds="Automation RunTests project" -Unattended -NullRHI -TestExit="Automation Test Queue Empty" -ReportOutputPath="path/to/report" -Log -Log=RunTests.log

And now I need to run the unittest cases on Android. Is there any commands or methods to do that? Any advice would be greatly appreciated.

1 Like