- 博客(84)
- 资源 (1)
- 收藏
- 关注
原创 react-native <0.69 Exceptions.h:5:10: fatal error: ‘fbjni/fbjni.h‘ file not found
新建react-native 0.69.6版本项目,运行报错 Exceptions.h:5:10: fatal error: 'fbjni/fbjni.h' file not found
2022-10-21 11:21:17
1068
原创 react-native >0.69版本 链接@ant-design/icons-react-native
react-native >0.69版本 链接@ant-design/icons-react-native
2022-10-21 10:17:15
649
原创 android打包后无法访问http请求
遇到的问题:android打完包后无法访问http请求问题原因:android默认拒绝应用程序使用明文流量的请求,如http解决方案:在AndroidManifest.xml文件<application中添加下列代码"android:usesCleartextTraffic="true...
2022-05-19 10:34:56
1400
原创 Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
问题:更新完Android studio后新建项目运行报错报错信息:Failed to apply plugin ‘com.android.internal.application’.Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.You can try some of the following options: - changing the IDE settings. - c.
2022-05-18 10:12:54
327
原创 Plugin with id ‘com.android.application‘ not found.
从科大讯飞官网下载下来的demo编译报错解决方案:将下列代码粘贴到报错项目的build.gradle中,再次编译即可。buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' }}allprojects { repositorie.
2022-03-16 08:57:56
3406
原创 react-native Error installing Flipper-Glog
问题:新建"react-native": "0.67.3"项目,pod install时卡在Flipper-Glog一直失败解决方案:1、找到./node_modules/react-native/scripts/react_native_pods.rb文件,将Flipper-Glog to 0.3.6改成0.3.92、找到./node_modules/react-native/scripts/ios-configure-glog.sh文件,在CURRENT_ARCH="${CURRENT_AR.
2022-03-03 15:34:52
4592
react-native android 识别读取NFC卡信息 唤醒App
2022-01-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人