Droid @ screen: the Android mobile phone screen is displayed on the PC screen,
Droid @ screen is a tool used to obtain the mobile phone screen and display it on the PC screen. It integrates multiple functions, such as video recording.
Install
1.: http://droid-at-screen.org/download.html. The downloaded file is a jar package and can be stored in a directory.
2. Install JDK 6 or later
3. Install the Android SDK (download a complete package from the Android official website and decompress it)
4. Set the ANDROID_HOME environment variable to point to the AndroidSDK main directory (if this step is not performed, You need to manually set the absolute path of adb on the main interface of droidAtScreen, with the same effect ).
5. Install the USB driver of your Android device and support the adb driver.
6. Enable the USB Debugging option for the Android device (Settings-> Developer options-> USB debugging)
7. Connect the PC and Android devices with USB cables. You can enter adb devices in cmd to ensure that your devices are recognized. If an exception occurs, you can unplug the USB cable and insert it for further identification.
Restart the adb service:
adb kill-server
adb start-server
8. Run Droid @ Screen
java –jar droidAtScreen-1.2.jar
For later convenience, you can write a batch processing command, save as a Droid@Screen.bat, the bat file and jar package in the same directory.
Bat file content:
java -jar ./droidAtScreen-1.2.jar