Could Not Find Support-annotations.jar
I'm trying to follow the instructions on android testing step 7 https://codelabs.developers.google.com/codelabs/android-testing/#6 cloned the repo: git clone https://github.com/goo
Solution 1:
Try to install the dependencies:
echo y | android update sdk --no-ui --all --filter extra-google-google_play_services,extra-google-m2repository
gradle dependencies
Post a Comment for "Could Not Find Support-annotations.jar"