Could not find any version that matches com.android.support:appcompat-v7:29.+.
只需要将build.gradle中com.android.support:appcompat-v7:29.+.修改为implementation 'com.android.support:appcompat-v7:+'即可
·
只需要将build.gradle中
com.android.support:appcompat-v7:29.+.
修改为
implementation 'com.android.support:appcompat-v7:+'
即可
更多推荐
已为社区贡献12条内容
所有评论(0)