今天第一次实验Android studio创建安卓项目,报错Could not find any version that matches com.android.support:appcompat-v7:29.+,最后解决了,将解决方法写下来:
1,找到下面这个文件

2:将dependiences去掉.29,变成这样

dependencies {    compile fileTree(dir: 'libs', include: ['*.jar'])    compile 'com.android.support:appcompat-v7:+'}

3.重新运行Android项目,运行成功

更多相关文章

  1. 基于Eclipse的Android(安卓)SDK开发环境搭建笔记
  2. Android(安卓)studio如何更改gradle版本
  3. Android(安卓)Studio教程-创建第一个项目Hello World
  4. ubuntu12.04 android studio 安装(装完后再重启系统挂了,请勿参考
  5. Android使用Retrofit技术仿微信图片上传,可以选择多张图片拍照上
  6. Android自动化测试Espresso+UIAutomator故障总结
  7. USB 相关笔记
  8. Android(安卓)Studio更新SDK后出现的问题
  9. 当 Activity 以全屏模式运行时,如何允许 Android(安卓)系统状态栏

随机推荐

  1. android使用PulltoRefushGridview实现下
  2. Android(安卓)O notification用法
  3. android重启应用(应用重新启动自身)
  4. android studio listview控件基础
  5. gradle.properties使用
  6. Android(安卓)APP修改全局字体
  7. android用Intent隐式启动另一个应用程序
  8. Notification(通知栏)中自定义控件的点击
  9. android opengl压缩纹理读入
  10. Android小项目之音乐播放器简易版