googlevr/gvr-android-sdk

It does not build out of the box

hannesa2 opened this issue · 4 comments

I can't build with recent Android Studio version 3.3
image

After switch to
classpath 'com.android.tools.build:gradle:3.3.0'
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

I run into

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all dependencies for configuration ':samples-sdk-controllerclient:classpath'.
    Project :samples-sdk-controllerclient not found.

Because you don't accept PR, you have to solve it.
Thank you

Btw, after I fixed it locally this issue is still open
image

Your logic

rootProject.children.each { outerDir ->
doesn't work anymore

Here #602 you see the solution