Proper way to add dependencies to gradle

前端 未结 3 1908
遇见更好的自我
遇见更好的自我 2021-01-26 06:40

Please consider the following code

dependencies {

    compile fileTree(dir: \'libs\', include: [\'*.jar\'])
    androidTestCompile(\'com.android.support.test.es         


        
3条回答
  •  一整个雨季
    2021-01-26 07:17

    If you are not sure about the syntax or where to add the dependencies in gradle files use Android Studio: File -> Project Structure

提交回复
热议问题