
Android
Tong_jy
这个作者很懒,什么都没留下…
展开
-
Android Studio更新以及异常处理【some conflicts were found in the installtion area .】
一、“Check for updates” 必要不充分条件:翻墙 二、使用增量更新 网上资源千篇一律,直接放亲测可靠的链接 https://www.jianshu.com/p/f9e5e1369ad6 三、亲测的异常情况处理补充 遇到以下的错误提示: 【情况一】 some conflicts were found in the installtion area . some of theconf...原创 2018-10-31 22:54:03 · 11578 阅读 · 3 评论 -
"Failed to resolve: com.android.support:appcompat-v7:x.x.x"的解决方案
问题描述 Android Studio 提示“Failed to resolve: com.android.support:appcompat-v7:28.0.3” 具体的原因一般是你的SDK中没有对应版本的appcompat,或者试着使用低一点的版本。 解决思路 1. install,安装对应的版本 点击上图中的“install repository and sync project”显示“n...原创 2019-06-19 14:11:58 · 619 阅读 · 0 评论