Ver código fonte

编译方法

cs 8 meses atrás
pai
commit
e8435a858a
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
+# 编译方法
+- 在项目根目录下执行 ./build_all.sh 123456  //其中123456代表手机的ID,通过adb devices可以获取
+- 上述命令将完成apk的编译与安装
+- 本项目是从开源项目修改而来,原开源项目是在linux环境中编译的,故建议使用ubuntu系统进行编译。
+
+# app使用方法
+- 在手机上找到“恺恩调试”图标,点击打开程序,连接恺恩设备的热点,填写公司设备adb端口,然后点击按钮就会开始连接过程。
+
 # scrcpy-android
 
 - This application is android port to desktop applicaton [**Scrcpy**](https://github.com/Genymobile/scrcpy).