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.
import androidx.test.runner.AndroidJUnit4
instead of
import android.support.test.runner.AndroidJUnit4
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
instead of
Context appContext = InstrumentationRegistry.getTargetContext()