Android Studio中的项目结构表单没有librareis

时间:2016-06-14 08:06:48

标签: android-studio junit

我想在Android Studio中添加JUnit库,但在Project Structure表单中它并不存在。我在android studio 2.1.2版本中工作。

enter image description here

1 个答案:

答案 0 :(得分:0)

点击依赖关系选项卡,然后点击 + 按钮

然后选择添加库依赖

或直接添加

testCompile 'junit:junit:4.12'

这一行进入

dependencies {

}

进入模块级构建,gradle