Droid @ screen: the Android mobile phone screen is displayed on the PC screen,

Source: Internet
Author: User

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

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.