Cannot resolve symbol AndroidJUnit4

前端 未结 8 1354
太阳男子
太阳男子 2021-01-18 02:24

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.

8条回答
  •  再見小時候
    2021-01-18 02:53

    For me it was because some of the androidTestImplementation imports were not up to date in build.gradle. After I updated them all to the newest version, the error was gone.

    Note:

    My project had multiple modules and I had to update them in every module.

提交回复
热议问题