I would like to compile an old VR project made with Unreal 4.27.
I compiled my project for Windows to use it on the Oculus Rift and it works very well.
I wanted to compile it for Android in order to use it on the Oculus Quest 3 but I couldn’t do it. I followed a number of tutorials explaining how to compile and was able to remove the errors gradually.
Unfortunately, I’m stuck on a problem that seems never to have been discussed on this forum.
The problem that appears is the one indicated in the title “.java:3521: error: cannot find symbol”
Did anything else happen with this? I’ve got a game that was started in a previous version of unreal, And I always update to the latest unreal. Now on 5.5.3 and constantly getting these errors?
Summary
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:937: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()
LogPlayLevel: UAT: location: variable activityContext of type ContextWrapper
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:962: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()
LogPlayLevel: UAT: location: variable activityContext of type ContextWrapper
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:1028: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()
LogPlayLevel: UAT: location: variable activityContext of type ContextWrapper
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:1049: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()
LogPlayLevel: UAT: location: variable activityContext of type ContextWrapper
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:1069: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()
LogPlayLevel: UAT: location: variable activityContext of type ContextWrapper
LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:1111: error: cannot find symbol
LogPlayLevel: UAT: activityContext.runOnUiThread(new Runnable()
LogPlayLevel: UAT: ^
LogPlayLevel: UAT: symbol: method runOnUiThread()