Android Studio - Taking screen shot using android emulator
You might need to take screenshot our application for various purpose e.g. Presentation etc.
You may follow below steps to capture screenshot of your application in Android Emulator.
Run project and select already configured emulator
From Emulator screen click on screen capture button ("Camera icon") to capture screen as shown below
After taking snapshot you may access this using Android monitor. Click on camera icon as shown below
Once you click camera icon it will open screen shot as shown below and you can click save button to copy snapshot to your disk
You may follow below steps to capture screenshot of your application in Android Emulator.
Run project and select already configured emulator
From Emulator screen click on screen capture button ("Camera icon") to capture screen as shown below
After taking snapshot you may access this using Android monitor. Click on camera icon as shown below
Once you click camera icon it will open screen shot as shown below and you can click save button to copy snapshot to your disk
Comments
Post a Comment