任务:React Native位置:编译调试JavaWithJavac在构建apk时失败

ohtdti5x  于 2023-01-14  发布在  React
关注(0)|答案(1)|浏览(87)

我试图建立我的apk &我得到这个错误,而建立我的版本apk在react native.有什么办法来修复这个react-native-location错误?

ckocjqey

ckocjqey1#

我在react native中构建我的APK时遇到了这个问题。要解决这个问题,您需要:

1- cd android and then ./gradlew clean
2- then in your root directory run yarn jetify or npx jetify

相关问题