Skip to content

Commit 415ce54

Browse files
committed
added comment on the 'cannot resolve base' error
1 parent 2357137 commit 415ce54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/processing-vr/src/main/java/processing/vr/VRActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import android.content.Intent;
2626
import android.util.DisplayMetrics;
2727

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.
2830
import com.google.vr.sdk.base.GvrActivity;
2931

3032
import processing.android.AppComponent;

0 commit comments

Comments
 (0)