Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be smaller than version L declared in library com.android.support:support-v4:21.0.0-rc1

解决方式: 1、Change compile 'com.android.support:support-v4:+' to compile 'com.android.support:support-v4:20.+' in build.gradle. This will prevent gradle from using v4:21.0.0 that requires version L. 
2、Remove/Comment 21.0.0-rc1 in your file /extras/android/m2repository/com/android/support-v4/maven-metadata.xml

Failed to import Gradle project: Could not fetch model of type 'IdeaProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.

解决方法:先从网页上将其下载下来,然后将其解压到任何位置,在环境变量path下配置路径(到gradle的bin目录),可通过cmd命令 gradle -v验证是否成功。

"Could not find any version that matches com.android.support:support-v4:13.0.+"

解决方法:通过SDK Manage 安装Android Support Repository

Connection to https://dl-ssl.google.com refused

解决方法:找到C:\WINDOWS\system32\drivers\etc中的hosts文件,添加 74.125.237.1 dl-ssl.google.com保存退出

通过菜单help->install update ,无法更新 Android Studio

解决办法:找到其目录下bin-studio.exe.vmoptions,添加: -Didea.updates.url=https://dl.google.com/android/studio/patches/updates.xml-Didea.patches.url=https://dl.google.com/android/studio/patches/

错误:svn: E175002: handshake alert: unrecognized_name

解决方法:在Studio程序bin文件夹下的studio.vmoptions添加 -Dsvnkit.http.sslProtocols=SSLv3
-Djsse.enableSNIExtension=false

Manifest merging failed

解决方法:在build.gradle文件中 将AndroidMainfest.xml对应的版本号,版本名补充完整

更多相关文章

  1. Unable to execute dex: java.nio.BufferOverflowException.
  2. 15、android 常用文件路径备忘
  3. android studio 56 下载网络歌曲 代码
  4. Android(安卓)Fragment
  5. android 创建实时文件夹
  6. Android文件读写
  7. Android获取文件的MD5值
  8. Android(安卓)O 为应用添加默认权限,进入应用时不需要请求 Permis
  9. NPM 和webpack 的基础使用

随机推荐

  1. mssql server .ldf和.mdf的文件附加数据
  2. 请问在mssql“SQL事件探查器”里表格的标
  3. mssql server 存储过程里,bulk insert tab
  4. 非常详细的SQL--JOIN之完全用法
  5. 收缩后对数据库的使用有影响吗?
  6. 使用 GUID 值来作为数据库行标识讲解
  7. SQL查找某一条记录的方法
  8. 通用分页存储过程,源码共享,大家共同完善
  9. 一个SQL语句获得某人参与的帖子及在该帖
  10. 如何远程连接SQL Server数据库图文教程