I recently ran into an issue when trying to launch the default AR application from UE4 (built from oculus source, as this does work in the Unreal Launcher version of the engine). I get the following error:
“ERROR: ERROR: FAILED RETRIEVING NONUFS MANIFEST: ADB: ERROR: FAILED TO STAT REMOTE OBJECT ‘/SDCARD/UE4GAME/AR_EXAMPLEPROJECT/MANIFEST_NONUFSFILES_ANDROID.TXT’: NO SUCH FILE OR DIRECTORY”
This subsequently leads to the following error and causes the build to fail:
“ERROR: ERROR: SYSTEM.NULLREFERENCEEXCEPTION: OBJECT REFERENCE NOT SET TO AN INSTANCE OF AN OBJECT.”
I have been unable to find solutions online, and have already tried rebuilding it with android as the targeted platform in VS2019. Any help would be appreciated, hope to use this for the Global Game Jam this weekend if possible!