We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2357137 commit 415ce54Copy full SHA for 415ce54
libs/processing-vr/src/main/java/processing/vr/VRActivity.java
@@ -25,6 +25,8 @@
25
import android.content.Intent;
26
import android.util.DisplayMetrics;
27
28
+// This will give a "Cannot resolve symbol 'base'" error in Android Studio because it cannot get
29
+// the classes from inside the local .aar files for google-vr. But any VR app runs and can also be debugged.
30
import com.google.vr.sdk.base.GvrActivity;
31
32
import processing.android.AppComponent;
0 commit comments