随笔分类 -  Android

摘要:https://learn.microsoft.com/zh-cn/windows/wsl/wsl-confighttps://learn.microsoft.com/zh-cn/windows/wsl/connect-usbhttps://github.com/dorssel/usbipd-win 阅读全文
posted @ 2025-03-24 22:14 心若向阳,次第花开 阅读(489) 评论(0) 推荐(0)
摘要:# Ubuntu 22.04sudo sed -i 's/http:\/\/archive.ubuntu.com/http:\/\/mirrors.ustc.edu.cn/g' /etc/apt/sources.list # Ubuntu 24.04sudo sed -i 's/http:\/\/a 阅读全文
posted @ 2025-02-06 21:43 心若向阳,次第花开 阅读(815) 评论(1) 推荐(0)
摘要:编辑settings.gradle pluginManagement { repositories { google { content { includeGroupByRegex("com\\.android.*") includeGroupByRegex("com\\.google.*") in 阅读全文
posted @ 2024-08-07 22:49 心若向阳,次第花开 阅读(876) 评论(0) 推荐(0)
摘要:关闭虚拟机 wsl --shutdown 查看虚拟机是否已经关闭 wsl --list --running 在Win11下开启嵌套的VM notepad %USERPROFILE%\.wslconfig.txt[wsl2]nestedVirtualization=true 安装JDK并配置环境变量 阅读全文
posted @ 2024-01-21 20:48 心若向阳,次第花开 阅读(1878) 评论(1) 推荐(0)