Project.Cook: Waiting a few seconds for the server to start...
Project.Cook: ********** COOK COMMAND COMPLETED **********
Project.CopyBuildToStagingDirectory: ********** STAGE COMMAND STARTED **********
Program.Main: ERROR: AutomationTool terminated with exception: ERROR: GetBuildPlatform: No BuildPlatform found for Android
Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
BUILD FAILED
이런 에러메시지를 표시한다면 APK빌드 커맨드와 DLC커맨드를 비교해보자
APK빌드에서 -installed 옵션을 줬다면 DLC도 똑같이 줘야하고 뺐다면 빼야 한다.
'Programming > Unreal' 카테고리의 다른 글
블루프린트에서 만든 변수 가져오기 (0) | 2017.11.25 |
---|---|
InstancedStaticMeshComponent Atlas Texture 사용하도록 Engine 코드변경하기 (0) | 2017.11.19 |
언리얼 빌드에러 error : One or more of the modules specified using the '-module' argument could not be found (0) | 2017.11.08 |
언리얼 빌드에러 Unsupported class version number (0) | 2017.11.06 |
UE4 C++ 에서 BluePrint Class 불러오기 (0) | 2017.09.21 |