Hi What happen in my android studio i need to use ContextCompat for checkSelfPermission so that i need to import android.support.v4.content.ContextCompat but android studio can't find in this Lib
从这张图片中您可以看到此Lib仅包含媒体和R,但没有内容,因此我已经在app / build.gradle中添加了实现
implementation "com.android.support:support-v4:27.1.1"
那我在这里想念的是什么?
谢谢
答案 0 :(得分:1)
在项目级别data mining
的{{1}}的{{1}}下的google()
下添加repositories
allprojects
希望这会有所帮助
答案 1 :(得分:1)
尝试将支持库更新到最新版本28.0.0-alpha1
,然后尝试Build -> clean Project
或Invalidate cache and restart
,因为android studio可能无法清除旧缓存。