1.This version of Android Studio cannot open this project, please retry with Android Studio 3.5 or newer
出现这个问题是因为使用的Gradle版本太高,只需要将gradle降级就可以

dependencies {classpath 'com.android.tools.build:gradle:3.3.1'}

2.Unknown host ‘jcenter.bintray.com’. You may need to adjust the proxy settings in Gradle
需要在这两个地方架上maven

buildscript {repositories {maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}google()jcenter()}}allprojects {repositories {maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}google()jcenter()}}

更多相关文章

  1. 两个界面的切换
  2. 为Android应用程序添加两个入口
  3. Android 更新UI的两个方法
  4. android中求区域内两个坐标之间的距离的实现
  5. android aidl通讯两个APP之间的应用
  6. Android简单实现加减乘除(两个EditText,两个TextView,四个button)
  7. LinearLayout中实现水平方向上的两个textview一个居左,一个居右的
  8. android progressbar 显示两个进度样式的解决方案

随机推荐

  1. 在Android使用新浪微博的开发平台API
  2. Android中调用Paint的measureText()方法
  3. Android(安卓)如何直播RTMP流
  4. 初次认识AndroidStudio界面布局(一)
  5. HttpClient and HttpURLConnection——An
  6. android创建optionsmenu的方法
  7. 利用手势放大图片,并限制图片不超过边界,一
  8. android上的JAVA8:使用retrolambda
  9. cocos2d-x lua 播放视频,VideoPlayer在And
  10. Android(安卓)studio 3.5安装详解