06 2023 档案
摘要:【问题解决】VS提示Some bytes have been replaced with the Unicode substitution character VS提示Some bytes have been replaced with the Unicode substitution charac
阅读全文
摘要:在下载android源码时,需要利用repo工具进行下载。初次运行时,出现了contains uncommitted changes。
根据git diff信息,是.repo/manifest的三个文件的file mode出现问题。
原版是644,但是在windows磁盘上默认是755。继而导致问题发生。
阅读全文
摘要:在使用Android Studio时,发现adb.exe连接非常不稳定。通过EveryThing工具搜索关键字adb.exe。发现了大量的AppCrash\_adb文件夹,adb.exe.xxx.dmp文件等情况。
初步判断,应当是adb在运行时,程序频繁崩溃。遇到此类问题,尝试了以下几种方案。最终adb崩溃问题被控制。
阅读全文