pietroglyph / ftc265

An Intel RealSense T265 driver for Android
GNU Lesser General Public License v3.0
32 stars 21 forks source link

Error msg. #14

Open leonte2005 opened 2 years ago

leonte2005 commented 2 years ago

image I got this error. Can you help me please?

steveliu168 commented 1 year ago

In build.gradle (teamcode) repositories { // This line will already be here; you do not need to add it // maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" } // Add this line maven { url = "https://maven.0x778.tk" } }

I block this line:“ maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" }”,and the error has gone,project build successful,I can see the x1,y1, x2,y2 value on the driver hub screem (by adding codes later),Good luck!