找不到ContextCompat

时间:2017-08-16 12:53:24

标签: android android-support-library android-appcompat

我在我的代码中使用了以下内容:

 container.backgroundColor = UIColor.gray
 view.addSubview(container)

在我的朋友中,我有:

ContextCompat.checkSelfPermission(mContext, Manifest.permission.READ_PHONE_STATE)

一切正常并且构建正在触发,但突然我的构建失败并出现以下错误:

compile 'com.android.support:appcompat-v7:25.0.1'
导入语句中的

error: package android.support.v4.content does not exist

有人可以帮忙吗?由于这是在构建机器上发生的,我没有安装android studio。

2 个答案:

答案 0 :(得分:0)

只需使用此

Activity并从AppCompatActivity延伸。

 compile 'com.android.support:appcompat-v7:25.3.1'

答案 1 :(得分:0)

包括此

compile 'com.android.support:support-v4:25.0.1'