contrib-drivers icon indicating copy to clipboard operation
contrib-drivers copied to clipboard

Studio put an issue that "Could not find com.google.android.things.contrib:driver-button:1.0."

Open kenjo78 opened this issue 6 years ago • 2 comments

"implementation 'com.google.android.things.contrib:driver-button:1.0'" is added in gradle file properly. But I got an error like that. Did I miss something new? Please help me.

kenjo78 avatar Dec 11 '18 08:12 kenjo78

Can you please show a screenshot of the error (just the error, you can crop away anything else)? Or perhaps copy and paste the error message exactly.

jdkoren avatar Dec 11 '18 16:12 jdkoren

Oh! Thank you Jonathan for answering. It's very good to see you.

Here are log message. It changed a little but still about "drivers-button" library.

Please check below and just let me know if you got something. May the Force be with you~! LOL.

sync failed 41 s 994 ms
Starting Gradle Daemon 3 s 351 ms
Run build 20 s 648 ms
Load build 2 s 543 ms
Configure build 8 s 16 ms
allprojects 4 ms
null  
D:/study/Google/Android/sample-tensorflow-imageclassifier-master  
app/build.gradle  
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.android.things.contrib:driver-button:1.0. Open FileShow Details  
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.google.android.things.contrib:driver-button:1.0. Open FileShow Details  
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.google.android.things.contrib:driver-button:1.0. Open FileShow Details  
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.google.android.things.contrib:driver-button:1.0. Open FileShow Details  
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.google.android.things.contrib:driver-button:1.0. Open FileShow Details  

kenjo78 avatar Dec 11 '18 23:12 kenjo78