10 2021 档案

摘要:先执行一次应用 BF2.exe, 此时屏幕分辨率会变化然后应用闪退. 之后使用记事本打开并编辑文件: C:\Users\用户名\Documents\Battlefield 2\Profiles\Default\Video.con VideoSettings.setTerrainQuality 3 V 阅读全文
posted @ 2021-10-17 21:30 beansoft 阅读(5169) 评论(0) 推荐(0)
摘要:com.intellij.ui.table.JBTablecom.intellij.openapi.ui.ComboBox 阅读全文
posted @ 2021-10-13 21:50 beansoft 阅读(251) 评论(0) 推荐(0)
摘要:Android SystemServer 中 WatchDog 机制介绍 https://www.jianshu.com/p/5e8c0cb1a58e Android Watchdog 在Android中,Watchdog是用来监测关键服务是否发生了死锁,如果发生了死锁就kill进程,重启Syste 阅读全文
posted @ 2021-10-13 19:06 beansoft 阅读(27) 评论(0) 推荐(0)
摘要:https://android.googlesource.com/platform/tools/base/+/studio-master-dev/source.md Doing a checkout -j, The number of parallel sync threads to start.F 阅读全文
posted @ 2021-10-10 22:29 beansoft 阅读(95) 评论(0) 推荐(0)
摘要:Download the latest IJ community edition.Add a JDK to it: Project Structure | SDK's | Add new JDK with the exact name "IDEA jdk". (Note that this SDK 阅读全文
posted @ 2021-10-10 22:26 beansoft 阅读(59) 评论(0) 推荐(0)
摘要:git clone https://android.googlesource.com/platform/manifest.git //没有梯子使用清华源 git clone https://aosp.tuna.tsinghua.edu.cn/platform/manifest.git cd mani 阅读全文
posted @ 2021-10-10 22:15 beansoft 阅读(446) 评论(0) 推荐(0)
摘要:经过不懈努力, 自主研发的RN助手插件终于相对完美的支持简体中文语言了. React Native Console https://plugins.jetbrains.com/plugin/9564-react-native-console 最佳IDEA/WebStorm/Android Studi 阅读全文
posted @ 2021-10-08 22:15 beansoft 阅读(1628) 评论(0) 推荐(0)
摘要:部分内容参考: https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 目前下载安卓系统完整源码只能使用repo工具, 且只能在Linux/Mac下执行. Windows下的理论上也可以下载, 但无法编译, 参考: https://blog.csdn.net/ 阅读全文
posted @ 2021-10-08 21:51 beansoft 阅读(8345) 评论(0) 推荐(0)
摘要:构建内核 来源: https://source.android.com/setup/build/building-kernels#downloading 本页详细介绍了为 Android 设备构建自定义内核的流程。以下说明会逐步指导您如何选择正确的源代码,构建内核,以及将结果嵌入到根据 Androi 阅读全文
posted @ 2021-10-08 21:50 beansoft 阅读(1326) 评论(0) 推荐(0)
摘要:代号、标记和 Build 号 来源: https://source.android.com/setup/start/build-numbers#source-code-tags-and-builds Android 开发版本按照英文字母的顺序,采用美味甜点的名字为代号,划分为不同的系列。本页面提供了 阅读全文
posted @ 2021-10-08 21:45 beansoft 阅读(1841) 评论(0) 推荐(0)
摘要:/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_cupertino_date_picker-1.0.26+2/lib/src/date_picker_theme.dart:23:7: Error: The type 'Diagnosticab 阅读全文
posted @ 2021-10-08 20:37 beansoft 阅读(225) 评论(0) 推荐(0)
摘要:原因: IDEA默认的Kotlin编译器设置的target是1.6, 修改为1.8或以上即可 如图中所示, 已将 Target JVM Version 修改为11. 阅读全文
posted @ 2021-10-08 20:04 beansoft 阅读(2796) 评论(0) 推荐(1)