On step 6 Add the image to the Welcome fragment
dependencies { compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:design:23.4.0' compile project(':gvr-android-sdk/libraries:common') compile project(':gvr-android-sdk/libraries:commonwidget') compile project(':gvr-android-sdk/libraries:panowidget') }
show this error
* What went wrong: A problem occurred configuring project ':app'. Cannot evaluate module common : Configuration with name 'default' not found.
On step 6 Add the image to the Welcome fragment
dependencies { compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:design:23.4.0' compile project(':gvr-android-sdk/libraries:common') compile project(':gvr-android-sdk/libraries:commonwidget') compile project(':gvr-android-sdk/libraries:panowidget') }
show this error
* What went wrong: A problem occurred configuring project ':app'. Cannot evaluate module common : Configuration with name 'default' not found.