Packaging to Android For VR failed

hello.
i was trying to use google vr plugin in recent ue to make “suntemple” work with a google cardboard based HMD. i followed the guide setting up for android and setting up google vr exactly. but, when i try to package the project it gives me this error in the log.

MainFrameActions: Packaging (Android (ATC)): at AutomationTool.Program.Main()
MainFrameActions: Packaging (Android (ATC)): Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
MainFrameActions: Packaging (Android (ATC)): Domain_ProcessExit
MainFrameActions: Packaging (Android (ATC)): copying UAT log files…
MainFrameActions: Packaging (Android (ATC)): BUILD FAILED
PackagingResults:Error: Error Unknown Error

So can anyone helo me with the problem? i’m guessing this have to do with version of codewoorks mentioned in the guide pages, maybe it needs to be updated?
thank you in advance.

Hello imanakrami,

The message about an “Unknown Error” is basically a part of the log that says “We failed, but Automation Tool doesn’t recognize this error”. The actual error message that displays why this is happening should be somewhere further up in the log. Could you post the entire log file so that I can take a look?

If you’re suspecting that Codeworks could be the problem, the information at this post may be helpful:

We haven’t heard from you in a while, imanakrami. Are you still experiencing these issues? If so, please refer to my previous comment. I’ll be marking this as resolved in the meantime for tracking purposes.

hi. i’m so sorry for the long delay. ( i do not know if it’s right to reopen this topic or should i create a new one) as y problem persist, what i did ,is as simple as going through with both setting up for android and setting up for daydream vr,

  1. i installed androidworks (well, codeworks) and set it up as 1r4u2 . skipped Nsight Tegra (and didnt install Visual studio)
  2. i have downloaded some of templates available on market (like sun template), i did the mentioned steps in the daydream Guide, and then tried to package it. and i literally got the error instantly.
  3. i tried with a basic 3rd person template and it was the same error.

i’m a fast learner and i am trying to learn more about unreal and even coding, but as for now i just don’t get what is the problem. the log text of my step 3 ( the starting template error) is this. i appreciate the help.
link text

Thank you for the response. Continuing this thread would be best. From looking at the log you provided, and since you mentioned that you didn’t install Visual Studio, the issue you’re currently having is caused by not having a supported compiler installed. Please install Visual Studio 2015 Community, ensure that you have Visual C++ included in the optional things to install, and then try again. You’ll need Visual Studio 2015 to package for Android even if the project itself does not have code included.