大家好我想在我的应用程序中使用TintSpinner
。但是当我尝试导入它时,错误发生在:
can not resolve symbol TintSpinner
。
我将其导入为:
import android.support.v7.internal.widget.TintSpinner;
但是在导入时它也会给我错误:
can not resolve symbol TintSpinner
在依赖项中我添加了:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:support-v4:19.1.0'
}
任何建议将不胜感激。
提前致谢