# scrcpy-android **Repository Path**: shareceo/scrcpy-android ## Basic Information - **Project Name**: scrcpy-android - **Description**: scrcpy 的 Android 实现 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-02-20 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scrcpy-android - This application is android port to desktop applicaton [**Scrcpy**](https://github.com/Genymobile/scrcpy). - This application mirrors display and touch controls from a target android device to scrcpy-android device. - scrcpy-android uses ADB-Connect interface to connect to android device to be mirrored. ## Download [scrcpy-release-v1.2.apk](https://gitlab.com/las2mile/scrcpy-android/raw/master/release/scrcpy-release.apk) ## Instructions to use使用说明 - Make sure both devices are on same local network确保两台设备位于同一本地网络中. - Enable **ADB-connect/ADB-wireless/ADB over network** on the device to be mirrored在要镜像的设备上启用ADB-CONNECT/ADB-Wireless/ADB over Network. - Open scrcpy app and enter ip address of device to be mirrored打开scrcpy app,输入要镜像的设备的IP地址. - Select display parameters and bitrate from drop-down menu(1280x720 and 2Mbps works best)从下拉菜单中选择显示参数和比特率(1280x720和2 Mbps最好). - Set **Navbar** switch if the device to be mirrored has only hardware navigation buttons如果要镜像的设备只有硬件导航按钮,请设置导航栏开关. - Hit **start** button按下开始按钮. - Accept and trust(check always allow from this computer) the ADB connection prompt on target device(Some custom roms don't have this prompt)接受并信任目标设备上的ADB连接提示(选中此计算机上的Always Allow)(某些自定义roms没有此提示). - Thats all! You should be seeing the screen of target android device这就是全部!你应该会看到目标安卓设备的屏幕. - To wake up device, **double tap anywhere on screen**要唤醒设备,请在屏幕上的任意位置双击. - To put device to sleep, **close proxmity sensor and double tap anywhere on the screen**要使设备进入休眠状态,请关闭代理传感器,然后在屏幕上的任意位置双击. - To bring back the local android system navbar while mirroring the remote device, **swipe up from the bottom edge of screen**要在镜像远程设备时带回本地Android系统导航栏,请从屏幕底部向上滑动. ## Building with Gradle ./gradlew assembleDebug