Skip to content Skip to sidebar Skip to footer

Could Not Find Support-fragment.jar (com.android.support:support-fragment:27.0.2)

I cloned my project and opened with Android studio, but the build fails with the below error and same project is working fine for others. What went wrong: Could not resolve all fi

Solution 1:

Just had the issue myself and fixed it by deleting Gradle's cache. On Linux you would find the cache here:

~/.gradle/caches

Afterwards do a full build and it should be working.

Post a Comment for "Could Not Find Support-fragment.jar (com.android.support:support-fragment:27.0.2)"