摘要: 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 阅读(54) 评论(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 阅读(439) 评论(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 阅读(1598) 评论(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 阅读(8186) 评论(0) 推荐(0)
摘要: 构建内核 来源: https://source.android.com/setup/build/building-kernels#downloading 本页详细介绍了为 Android 设备构建自定义内核的流程。以下说明会逐步指导您如何选择正确的源代码,构建内核,以及将结果嵌入到根据 Androi 阅读全文
posted @ 2021-10-08 21:50 beansoft 阅读(1266) 评论(0) 推荐(0)
摘要: 代号、标记和 Build 号 来源: https://source.android.com/setup/start/build-numbers#source-code-tags-and-builds Android 开发版本按照英文字母的顺序,采用美味甜点的名字为代号,划分为不同的系列。本页面提供了 阅读全文
posted @ 2021-10-08 21:45 beansoft 阅读(1775) 评论(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 阅读(207) 评论(0) 推荐(0)
摘要: 原因: IDEA默认的Kotlin编译器设置的target是1.6, 修改为1.8或以上即可 如图中所示, 已将 Target JVM Version 修改为11. 阅读全文
posted @ 2021-10-08 20:04 beansoft 阅读(2763) 评论(0) 推荐(1)
摘要: iOS 项目运行pod install报错 [!] CocoaPods could not find compatible versions for pod "flutter_sound_lite":In Podfile:FlutterPluginRegistrant (from `Flutter/ 阅读全文
posted @ 2021-02-25 10:07 beansoft 阅读(852) 评论(0) 推荐(0)
摘要: 从Xcode 11.6 升级安装后编译项目报错: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSimDeviceType.iPad-2x) with runtime 阅读全文
posted @ 2021-02-24 23:19 beansoft 阅读(369) 评论(0) 推荐(0)