摘要: 1、ubuntu中下载Android Sdk # 安装 unzip 工具 sudo apt update sudo apt install unzip # 下载 Android SDK wget https://dl.google.com/android/repository/commandline 阅读全文
posted @ 2023-12-11 18:36 狐狸已化妖 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1、安装docker sudo df -hlsudo apt update sudo apt upgrade sudo wget -qO- https://get.docker.com/ | sh 2、配置docker sudo usermod -aG docker $USER sudo syste 阅读全文
posted @ 2023-11-27 18:11 狐狸已化妖 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 一、安装oh my zsh 1、先执行安装命令 mac 安装 zsh 命令 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" export PATH=$P 阅读全文
posted @ 2023-09-08 15:13 狐狸已化妖 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 一、安装Jenkins 1、Mac上安装Jenkins 在中端中执行 brew services start jenkins-lts 启动jenkins # 安装jenkins brew install jenkins-lts # 启动服务 brew upgrade jenkins # 启动服务 b 阅读全文
posted @ 2023-08-22 16:52 狐狸已化妖 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1、准备编译环境 1. 电脑配置和版本 macOS Ventura 版本 13.5 xcode-select version 2397 aosp分支:android-11.0.0_r1 2. 安装jdk、xcode、依赖库 具体参考官方文档 安装 jdk8u45 or newer 安装xcode命令 阅读全文
posted @ 2023-08-09 11:38 狐狸已化妖 阅读(933) 评论(1) 推荐(0) 编辑
摘要: 第一步:编写kt代码 class NativeLib { /** * A native method that is implemented by the 'netconfig' native library, * which is packaged with this application. * 阅读全文
posted @ 2022-07-21 13:25 狐狸已化妖 阅读(100) 评论(0) 推荐(0) 编辑
摘要: android sdk int version if (Build.VERSION.SDK_INT > 29) {} 1 public static final int BASE = 1; //Android 1.0 2 public static final int BASE_1_1 = 2; / 阅读全文
posted @ 2022-05-14 17:31 狐狸已化妖 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 免费追剧:+vn.run http:// -> vn.run/http:// 历史价格:+vvv xxx.taoxxx.xxx >- xxx.taoxxxvvv.xxx VIP下载:+ wp www.torrent.org -> www.torrenwp.org 阅读全文
posted @ 2021-07-01 08:22 狐狸已化妖 阅读(1113) 评论(0) 推荐(0) 编辑
摘要: 1、Git bash命令配置方法 安装gitbash,打开路径文件 D:\Program Files\Git\etc\profile.d\aliases.sh ,输入下面的代码,重启gitbash就可以使用快捷命令了 # --show-control-chars: help showing Kore 阅读全文
posted @ 2021-06-07 10:31 狐狸已化妖 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: Android 开发工具下载 1. JDK下载地址 1.1. 最新版JDK下载地址 https://www.oracle.com/java/technologies/javase-downloads.html 1.2. JDK8下载地址 https://download.oracle.com/otn 阅读全文
posted @ 2020-07-27 19:03 狐狸已化妖 阅读(446) 评论(0) 推荐(0) 编辑