In many cases, we need to show customers the production of the app through the projector and the real machine, can use the Asm.jar class library implementation, the real machine's screen map to the PC side, and then through the PC-side projector to the real screen projection out, the specific use is very simple.
The first is to download Asm.jar package, a lot of online, through the cmd command into the character terminal, enter the Asm.jar file save path, if the Java system variables are configured, use Java-jar The Asm.jar command can be implemented as shown (assuming, of course, that the Android real computer is connected to the PC via a data cable).
If you feel that the screen is too large or too small, you can select the display size by right-clicking-->zoom, as shown below.
This PC-side screen mapping, can not directly on the PC directly to the real machine operation, such as rotation, sliding screen, open an application, etc., can not, only through the real machine operation, on the PC side is just a projection.
Android Real machine on PC Platform Demo Kit Asm.jar use