dependencies { // other dependencies testImplementation 'junit:junit:4.12' }
如果发现缺少“testImplementation 'junit:junit:4.12'”依赖项,请添加它并同步Gradle文件。
如果上述方法不起作用,请尝试右键单击模块名称,然后选择“添加测试”,它将自动为您添加JUnit4库依赖项。
如果您使用的是Maven,则需要将以下依赖项添加到pom.xml文件中:
junit junit 4.12 test
上一篇:AndroidStudio中没有资源管理器
下一篇:AndroidStudio中模拟器窗口无法显示更多选项