Hi guys,
I'm creating a thread here hoping I could get more help than on the answer hub.
I'm having a very annoying issue when I try to package an android build.
I get the following log:
Spoiler
So there are several things. It talks about a app:compileDebugJavaWithJavac FAILED and just before, Z:\app\src\main\java\com\epicgames\ue4\GameActivity.java:157: error: package com.google.vr.sdk.samples.permission does not exist
I don't understand why I would try to access a Google VR thing as I've disabled the Google VR plugin and I made sure nothing was linked to it.
Environement variables are properly set. Android sdk seems properly installed.
I'm having this issue for quite a while now and I still didn't found any solutions :/
Help is more than welcome. Thx
I'm creating a thread here hoping I could get more help than on the answer hub.
I'm having a very annoying issue when I try to package an android build.
I get the following log:
So there are several things. It talks about a app:compileDebugJavaWithJavac FAILED and just before, Z:\app\src\main\java\com\epicgames\ue4\GameActivity.java:157: error: package com.google.vr.sdk.samples.permission does not exist
I don't understand why I would try to access a Google VR thing as I've disabled the Google VR plugin and I made sure nothing was linked to it.
Environement variables are properly set. Android sdk seems properly installed.
I'm having this issue for quite a while now and I still didn't found any solutions :/
Help is more than welcome. Thx
Comment