But when I run a command on the terminal in android studio
./gradlew sonarqube
Then every time they execute androidTest and test folder and return with an error.
SplashActivityTest.java:46: error: cannot find symbol return new TypeSafeMatcher<View>() { ^ symbol: class TypeSafeMatcher location: class SplashActivityTest Note: /home/*****/AndroidStudioProjects/private/****/app/src/androidTest/java/com/*****/android/activities/FetchMyIpActivityTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 62 errors
As I mentioned earlier, you probably want to prefix your values with **. I’ve just realized that you’re also missing a file descriptor, such as *.java at the end.