搭建Android studio环境遇到的问题

搭建Android studio环境遇到的问题

问题一

gradle-5.1.1-all.zip 下载失败

搭建Android studio环境遇到的问题

问题二

AS编译出现 ':app:preDebugAndroidTestBuild'的错误解决办法

androidTestCompile('com.android.support:support-annotations:26.1.0')
 {
   force = true
 }
  • 例如:
dependencies {
    androidTestCompile('com.android.support:support-annotations:26.1.0') {
        force = true
    }
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
上一篇:‘vue‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。安装vue无效


下一篇:Hibernate之saveOrUpdate