Hi,
I found a solution for the second problem “Could not find com.google.vr:sdk-base:1.190.0.”. Where it look at JAR depedency rather than AAR.
modified
implementation 'com.google.android.exoplayer:extension-gvr:2.15.1'
and add “@aar” at the end of the depedency
implementation 'com.google.android.exoplayer:extension-gvr:2.15.1@aar
Still problem but now i can see that the problem are more related the exoplayer version.
Task :samples:sdk-videoplayer:compileDebugJavaWithJavac FAILED
C:\gvr-android-sdk-test\samples\sdk-videoplayer\src\main\java\com\google\vr\sdk\samples\videoplayer\VideoExoPlayer2.java:24: err
or: cannot find symbol
import com.google.android.exoplayer2.ExoPlayerFactory;
So it more a problem is because i do not use the rigth exoplayer version. But the one i need is not anymore available. Dependencies have been deleted by android, i suppose.