React-native-wechat: 之前有有问题,迁移到了android-x 运行不起来了

Created on 19 Jun 2019  ·  5Comments  ·  Source: yorkie/react-native-wechat

错误提示 :/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的问题吗?

android bug

Most helpful comment

import androidx.annotation.Nullable
改成这个试试

All 5 comments

import androidx.annotation.Nullable
改成这个试试

import androidx.annotation.Nullable; works for me.

通过这个工具https://github.com/mikehardy/jetifier 升级到Androidx

我用最新版还是碰到了这个问题,这个库难道不维护了么?

@musicode 你iOS走得通吗?

Was this page helpful?
0 / 5 - 0 ratings