05 2021 档案
摘要:sudo apt-get -y install gtk-sharp2 sudo apt-get -y install mono-runtime sudo apt-get -y install mono-complete sudo apt-get -y install monodevelop 如果mo
阅读全文
摘要:1,总是报错 error: Cannot fetch MoKee/android_vendor_nxp_opensource_external_libnfc-nci 打开:.repo->project-objects找到对应的仓库,对比别的仓库,应该是少文件了,删除这个仓库,重新repo sync
阅读全文
摘要:cd .repo/projects/ + default.xml 里面的 path git fetch https://mirrors.tuna.tsinghua.edu.cn/git/AOSP/ + default.xml 里面的 name +.git 参考: (1条消息) repo下载的断点问题
阅读全文
摘要:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo gedit /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted
阅读全文
摘要:1.首先获得临时的root权限,因为后面的一些操作需要root权限才可以,打开终端输入以下命令sudo -s 之后直接输入当前账户的密码,就可以获得临时的root权限 su 2.先创建root账户:sudo passwd root根据提示输入密码(此时输入的密码是以后登录root账户时的密码)3.修
阅读全文
摘要:https://blog.csdn.net/weixin_42176639/article/details/104740752 https://blog.csdn.net/turtlejj/article/details/83857897
阅读全文
摘要:sudo apt install xserver-xorg-input-all 好像有点效果,不过还是连。。。。。 换个sogou输入法 https://blog.csdn.net/davidhzq/article/details/102617067 还是。。。。啥玩意。。。
阅读全文
摘要:cd 代码目录 . build/envsetup.sh lunch 出现 1. aosp_arm-eng 2. aosp_arm64-eng 3. aosp_car_arm-userdebug 4. aosp_car_arm64-userdebug 5. aosp_car_x86-userdebug
阅读全文
摘要:sudo apt install pythonsudo apt install gitgit config --global user.email "ceshi@gmail.com"git config --global user.name "ceshi"mkdir ~/binPATH=~/bin:
阅读全文
浙公网安备 33010602011771号