你瞅啥呢
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页
摘要: 我的react-native(下称rn)版本为0.68,要实现这个功能主要用到rn的clipboard,在21年的时候他就已经提示clipboard会在未来的版本中上去掉,官方的建议是不要再从react-native引入,而实替换为@react-native-community/clipboard, 阅读全文
posted @ 2023-03-01 17:57 叶乘风 阅读(542) 评论(0) 推荐(0)
摘要: 问题描述:rn项目使用钩子useState,详细报错如下: Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one 阅读全文
posted @ 2023-03-01 16:26 叶乘风 阅读(865) 评论(0) 推荐(0)
摘要: 问题描述:想要初始化一个新的rn项目,执行【react-native init myApp --version 0.68.2】,报错:'react-natvie' 不是内部或外部命令,也不是可运行的程序 原因:没有全局安装react-native的脚手架。 注意:如果你已经全局安装了,并且在npm文 阅读全文
posted @ 2023-03-01 13:32 叶乘风 阅读(543) 评论(0) 推荐(0)
摘要: 问题描述:拉取thinkphp5项目来运行,按照官网的提示都拉取完仓库后,在浏览器访问localhost/tp5/public报错: Warning: require(C:\wamp\www\tp5\public../thinkphp/base.php): failed to open stream 阅读全文
posted @ 2023-03-01 11:12 叶乘风 阅读(338) 评论(0) 推荐(0)
摘要: 问题描述:在thinkphp官网拉取tp5项目文件时报错: fatal: unable to access 'https://github.com/top-think/think/': OpenSSL SSL_read: Connection was reset, errno 10054 致命:无法 阅读全文
posted @ 2023-03-01 10:57 叶乘风 阅读(90) 评论(0) 推荐(0)
摘要: 2023-02-28 Unknown custom element: &lt;uni-view&gt; - did you register the component correctly? For recursive components, make sure to provide the &quot;name&quot; option. 问题描述:vue h5业务,之前是由wepy转成uniapp,报错内容为: Unknown custom element: <uni-view> - did you register the component correctly? For recursive components, make su 阅读全文
posted @ 2023-02-28 16:11 叶乘风 阅读(2109) 评论(0) 推荐(1)
摘要: 2023-02-13 Set `&quot;volar.inlayHints.eventArgumentInInlineHandlers&quot;: false` to hide Event Argument in Inline Handlers. Set `"volar.inlayHints.eventArgumentInInlineHandlers": false` to hide Event Argument in Inline Handlers. 设置`“volar.inlayHints.eventArgumentInInlineHan 阅读全文
posted @ 2023-02-27 16:52 叶乘风 阅读(1391) 评论(0) 推荐(0)
摘要: 2023-02-23 {&quot;errMsg&quot;: &quot;getImageInfo:fail download image fail. reason: downloadFile:fail url not in domain list&quot;} 描述:微信小程序绘制图片业务,开发工具测试,真机测试,体验版测试均没问题,正式上线后报错:downloadFile:失败url不在域列表中 报错原因:接口路径没有写在downloadFile合法域名里面,所以微信不允许你加载这个接口,你拿不到图片,就导致绘制失败。 解决方案:打开微信小程序后台管理页 阅读全文
posted @ 2023-02-23 16:03 叶乘风 阅读(859) 评论(0) 推荐(0)
摘要: 新建android项目,选择basic active一项,在跑模拟器的时候,报错。 解决方案:找到AndroidManifest.xml文件,在<activity 里面添加一行属性 android:exported="true" 详情Gpt给出的解决方案: This error message in 阅读全文
posted @ 2023-02-14 10:29 叶乘风 阅读(870) 评论(0) 推荐(0)
摘要: as打包apk到android上运行显示如下报错: Unable to load script.Make sure you‘re either running a metro server( run ‘react-native start‘ ) or that your bundle ‘index. 阅读全文
posted @ 2023-02-13 17:18 叶乘风 阅读(585) 评论(0) 推荐(0)
摘要: 2023-02-13 Android studio打包apk到手机上(模拟器也一样)运行时闪退 环境:Rn项目apk,win10,android手机,as版本为4.2.2。 这是由chatGpt给出的解决方案: 1. 内存不足:如果您的应用程序使用了过多的内存,则手机可能无法正常运行它,导致闪退。 2. 配置问题:如果您的应用程序需要特定的配置,而您的手机不满足这些配置,则应用程序可能会闪退。 阅读全文
posted @ 2023-02-13 16:55 叶乘风 阅读(1226) 评论(0) 推荐(0)
摘要: as工具运行rn项目报错:More than one file was found with OS independent path 'lib/armeabi-v7a/libfbjni.so'. If you are using jniLibs and CMake IMPORTED targets。 阅读全文
posted @ 2023-02-13 12:55 叶乘风 阅读(2005) 评论(0) 推荐(0)
摘要: 我的as版本:4.2.2 测试环境:Android 要修改as内存,需要修改两个地方: 1、打开as,找到帮助==>更改内存设置==>最大堆大小,把2048修改成你想要的值,我是改成了8192,就是8g内存,接着重启as,再进行下一步; 2、找到android/gradle.properties文件 阅读全文
posted @ 2023-02-13 11:44 叶乘风 阅读(1836) 评论(0) 推荐(0)
摘要: 注: Rn:(react-nativ) as:(android studio) 电脑:win10 测试环境:Android 在新电脑用as跑一下老项目,报错:Module was compiled with an incompatible version of Kotlin. The binary 阅读全文
posted @ 2023-02-13 11:38 叶乘风 阅读(5617) 评论(0) 推荐(0)
摘要: 问题描述:kotlin版本不兼容,又热心网友提示可以禁用kotlin插件,ok,照做,结果!打不开了!!! 注:本文摘抄于http://t.csdn.cn/TGKLz十分感谢这位兄弟提供的解决方案。 解决方案(win10): 找到一个文件(disabled_plugins.txt),删掉其中带有ko 阅读全文
posted @ 2023-02-13 11:15 叶乘风 阅读(265) 评论(0) 推荐(0)
摘要: Solution: You need to update your module's compileSdkVersion to match the minCompileSdk specified in the AAR metadata file. In this case, you would ha 阅读全文
posted @ 2023-02-13 10:53 叶乘风 阅读(46) 评论(0) 推荐(0)
摘要: 初始化rn项目,as中运行app,报错: The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is gr 阅读全文
posted @ 2023-02-12 18:01 叶乘风 阅读(1752) 评论(0) 推荐(0)
摘要: 我的是rn项目,如果要查看compileSdkVersion的版本,那么打开你的项目中的android/app/build.gradle,搜索compileSdkVersion,compileSdkVersion后边跟着的就是版本号。 阅读全文
posted @ 2023-02-12 17:21 叶乘风 阅读(151) 评论(0) 推荐(0)
摘要: 打开as,查看路径为:文件>设置>语言和框架> Kotlin 阅读全文
posted @ 2023-02-11 21:03 叶乘风 阅读(819) 评论(0) 推荐(0)
摘要: 前言:啊卧槽!不想说了。 报错: Invariant Violation: requireNativeComponent: "RNGestureHandlerRootView" was not found in the UIManager. 和react-native-gesture-handler 阅读全文
posted @ 2023-02-10 16:20 叶乘风 阅读(422) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页