错误提示 :/Users/apple/Public/Github/yoapp/node_modules/react-native-wechat/android/src/main/java/com/theweflex/react/WeChatModule.java:7: 错误: 程序包androidx.support.annotation不存在
import androidx.support.annotation.Nullable;
参照 这篇 https://www.jianshu.com/p/41de8689615d 文章做了修改还是不行.
是迁移到android-x的问题吗?
import androidx.annotation.Nullable
改成这个试试
import androidx.annotation.Nullable; works for me.
通过这个工具https://github.com/mikehardy/jetifier 升级到Androidx
我用最新版还是碰到了这个问题,这个库难道不维护了么?
@musicode 你iOS走得通吗?
Most helpful comment
import androidx.annotation.Nullable
改成这个试试