0
点赞
收藏
分享

微信扫一扫

程序包androidx.support.annotation不存在/import android.support.annotation.NonNull;报错

钟罗敏 2022-01-31 阅读 68


  • 具体错误
D:\Nanjing-SVN\UVCCamera-master\libuvccamera\src\main\java\com\serenegiant\common\BaseActivity.java:32: 错误: 程序包androidx.support.annotation不存在
import androidx.support.annotation.NonNull;
^
  • 解决办法
# import android.support.annotation.NonNull;

import androidx.annotation.NonNull;


举报

相关推荐

0 条评论