I was following the steps in these links:
After following the steps I try to launch to my device and get the following errors (I believe this is gradle packaging?):
LogPlayLevel: UAT: > Task :app:compileDebugJavaWithJavac
LogPlayLevel: UAT: The following annotation processors are not incremental: lifecycle-compiler-2.0.0.jar (androidx.lifecycle:lifecycle-compiler:2.0.0).
LogPlayLevel: UAT: Make sure all annotation processors are incremental to improve your build speed.
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:194: error: cannot find symbol
LogPlayLevel: UAT: import com.epicgames.unreal.DownloadShim;
LogPlayLevel: UAT: ^
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: symbol: class DownloadShim
LogPlayLevel: UAT: > Task :app:compileDebugJavaWithJavac FAILED
LogPlayLevel: UAT: location: package com.epicgames.unreal
LogPlayLevel: UAT: 1 error
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: FAILURE: Build failed with an exception.
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: * What went wrong:
LogPlayLevel: UAT: Execution failed for task â:app:compileDebugJavaWithJavacâ.
LogPlayLevel: UAT: > Compilation failed; see the compiler error output for details.
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: * Try:
LogPlayLevel: UAT: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: * Get more help at https://help.gradle.org
*LogPlayLevel: UAT: *
LogPlayLevel: UAT: BUILD FAILED in 19s
LogPlayLevel: UAT: 32 actionable tasks: 1 executed, 31 up-to-date
LogPlayLevel: Error: UAT: ERROR: cmd.exe failed with args /c âC:\Users\wblac\Documents\Unreal Projects\AndroidQuickStart\Intermediate\Android\arm64\gradle\rungradle.batâ :app:assembleDebug
LogPlayLevel: UAT: (see C:\Users\wblac\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.1\Log.txt for full exception trace)
LogPlayLevel: UAT: AutomationTool executed for 0h 0m 54s
LogPlayLevel: UAT: AutomationTool exiting with ExitCode=1 (Error_Unknown)
LogPlayLevel: Completed Launch On Stage: Launch Task, Time: 55.634580
LogPlayLevel: UAT: BUILD FAILED
PackagingResults: Error: Launch failed! Unknown Error
I canât upload attachments as a new user but here is some more information:
Android Studio 4.0 has Installed:
SDK Platforms: 26-32
SDK Tools:
Android SDK Build-Tools: 32.0.0, 30.0.3, 29.0.2
NDK: 25.1.8937393
Android SDK Command-line Tools: 8.0
My environment variables:
ANDROID_HOME: C:\Users\wblac\AppData\Local\Android\Sdk
ANDROID_SDK_HOME: C:\Users\wblac\AppData\Local\Android\Sdk
JAVA_HOME: C:\Program Files\Android\Android Studio\jre
NDK_ROOT: C:\Users\wblac\AppData\Local\Android\Sdk\ndk\25.1.8937393
NDLROOT: C:\Users\wblac\AppData\Local\Android\Sdk\ndk\25.1.8937393