标签: android-studio junit
我想在Android Studio中添加JUnit库,但在Project Structure表单中它并不存在。我在android studio 2.1.2版本中工作。
答案 0 :(得分:0)
点击依赖关系选项卡,然后点击 + 按钮
然后选择添加库依赖
或直接添加
testCompile 'junit:junit:4.12'
这一行进入
dependencies { }
进入模块级构建,gradle