googlecodelabs / vr_view_app_101

Getting started with VR View for Android
https://codelabs.developers.google.com/codelabs/vr_view_app_101/
Apache License 2.0
35 stars 19 forks source link

Configuration with name 'default' not found. #3

Open slotbite opened 8 years ago

slotbite commented 8 years ago

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.

arnoldcoder commented 7 years ago

I get the same error. Have you found some solution?