Skip to main content

Demo Android Phone through your PC/MAC

· One min read

Situation:

I have to demo my Android Phone screen but I don't have a device projector.

Solution:

Prerequisite:

Download DroidEx.jar

Do:

1. Connect Phone to your PC/MAC 2. Open Eclipse 3. Enter your android_sdk/tool folder, and type the following command:

$ java -cp DroidEx.jar:lib/ddmlib.jar com.commonsware.droidex.DroidEx

Done!

Ref: