摘要: adb目录 ..\android-sdk\platform-tools\ Logcat监听安卓模拟器 MuMu模拟器的端口:7555 #!/usr/bin/env python import os import sys Cmd_kill = "adb kill-server" Cmd_start = 阅读全文
posted @ 2020-04-08 18:23 何文西 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 官文详解: https://docs.unity3d.com/Manual/ManagedCodeStripping.html https://docs.unity3d.com/Manual/IL2CPP-BytecodeStripping.html 代码裁剪的主要对象包括:.Net系统库、Unit 阅读全文
posted @ 2020-04-08 15:40 何文西 阅读(2091) 评论(0) 推荐(0) 编辑