【问题标题】:Android annotion (Nullable) not found未找到 Android 注释(可空)
【发布时间】:2018-10-04 11:45:46
【问题描述】:

我不确定 android 注释的最后一个解决方案是什么,我实现了最新的 API 但仍然无法工作 errors

这是我的 build.gradle

 implementation 'com.android.support:support-annotations:+'
    implementation 'com.android.support:support-annotations:28.0.0'

任何建议,我尝试了 stackoverflow 中列出的几种方法,但它们都不起作用

【问题讨论】:

标签: android android-studio


【解决方案1】:

根据documentation,你必须使用这个:

 dependencies { implementation 'com.android.support:support-annotations:24.2.0' } 

如果有帮助的话,我还看到在我的一些个人代码中使用了诸如 @SuppressLint("SimpleDateFormat") 之类的东西

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-02-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-08-26
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多