Skip to content Skip to sidebar Skip to footer

Could Not Find Any Version That Matches Org.robolectric:robolectric:2.3.+

When syncing my Gradle project in Android Studio, I get the following error: Error:Could not find any version that matches org.robolectric:robolectric:2.3.+. Required by:

Solution 1:

As I said in the comments, try dropping the plus sign. Technically, it shouldn't make a difference (hence why I was hesitant to post it as an answer), but as I stated, I'm pretty sure this has happened to me in the past.

I'm glad it solved your problem. :)

Post a Comment for "Could Not Find Any Version That Matches Org.robolectric:robolectric:2.3.+"