摘要: Android studio编译项目: android studio DerInputStream.getLength(): lengthTag=109, too big. 解决方案: 删除./gradle 和 /build 文件夹 阅读全文
posted @ 2022-11-04 19:49 狂奔的小狮子 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 可以使用转义字符进行转换: Encode the special characters by replacing them with the percentage character (%) followed by the hexadecimal code. ! # $ % & ' ( ) * + 阅读全文
posted @ 2022-08-16 10:09 狂奔的小狮子 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Mac 上Android studio变异报错: Too many open files Mac对文件的限制,需要改下系统配置即可: weichun@ZBMac-C02DV1K99 /etc % sysctl kern.maxfiles kern.maxfiles: 10240 weichun@ZB 阅读全文
posted @ 2022-07-20 17:43 狂奔的小狮子 阅读(540) 评论(0) 推荐(0) 编辑
摘要: what a fuck ??? replaceAll not working 在React native debug 调试过程中,replaceAll 正常,符合预期,但是Release模式下,replaceAll就不起作用了.。。。。 用replace代替即可 阅读全文
posted @ 2022-04-09 13:53 狂奔的小狮子 阅读(125) 评论(0) 推荐(0) 编辑
摘要: com.imagepicker.ImagePickerModule package com.imagepicker; import android.app.Activity; import android.content.ActivityNotFoundException; import andro 阅读全文
posted @ 2022-04-03 22:56 狂奔的小狮子 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 执行命令: flutter config --enable-macos-desktop 阅读全文
posted @ 2022-03-29 13:53 狂奔的小狮子 阅读(45) 评论(0) 推荐(0) 编辑
摘要: ~/.gradle/gradle.properties 打开文件 注释相关代理地址即可 v2rayyyy: systemProp.http.proxyHost=127.0.0.1 systemProp.http.proxyPort=1087 systemProp.https.proxyHost=12 阅读全文
posted @ 2022-03-29 13:48 狂奔的小狮子 阅读(233) 评论(0) 推荐(0) 编辑
摘要: yarn install 1.语言包: /lang/tree/u4 手动修改npm缓存文件 2. 手动检查极光推送的access background location react-native run-android --variant=QaDebug 选择联系人 API 30 <manifest 阅读全文
posted @ 2021-11-20 08:47 狂奔的小狮子 阅读(78) 评论(0) 推荐(0) 编辑
摘要: RomeBus Eventbus框架,适用于Flutter,Dart项目 Architecture Pub dependencies: rome_bus: ^0.0.2 Usage with 3 step 1. Create an Event Object //event object class 阅读全文
posted @ 2020-12-03 15:31 狂奔的小狮子 阅读(270) 评论(0) 推荐(0) 编辑
摘要: Do you want to publish rome_bus 0.0.2 (y/N)? y Uploading... (1.3s) Failed to upload the package. 解决: sudo flutter packages pub publish -v 阅读全文
posted @ 2020-12-03 15:07 狂奔的小狮子 阅读(276) 评论(0) 推荐(0) 编辑