Andriod Studio科普篇——4.关于编译的常见问题

时间:2021-09-07 07:57:15

1、android支持库未安装

编译不过,提示如下:

Could not find any version that matches com.android.support:appcompat-v7:+
.......
Please install the Android Support Repository from the Android SDK Manager

其实原因和解决方法已经说得很清楚了,找不到支持库,请在Android SDK Manager中安装。所以打开我们的SDK Manager,安装Extras中的Android Support Library及Android Support Repository即可,如下图所示。

Andriod Studio科普篇——4.关于编译的常见问题