I got a bunch of build error in three modules: libcv, libhardware, and libsoftware. It is the same error in all three, and it looks something like this:
robocar\libhardware\src\androidTest\java\com\zugaldia\robocar\hardware\ExampleInstrumentedTest.java:4: error: package android.support.test does not exist
import android.support.test.InstrumentationRegistry;
The solution that worked for me was to add the following to all three build.gradle files of the above mentioned modules under the dependencies sections
I got a bunch of build error in three modules: libcv, libhardware, and libsoftware. It is the same error in all three, and it looks something like this:
The solution that worked for me was to add the following to all three build.gradle files of the above mentioned modules under the dependencies sections