I\'m trying to add loginfacebook for my app. But when I added a repository that is need in doing this. It caused an error. The AndroidJUnit4 cannot resolve now.
Just add compile "com.android.support.test:runner:1.0.1" to your Gradle.
compile "com.android.support.test:runner:1.0.1"