Now you can easily record you screen on android. Google added a new screen record feature in android KiKat. You can also record your screen through app but that apps requires ROOT so most of peoples doesn't want to root his/her phone. I am going to show you without root + without app.
Screen Record is very useful when creating a Tutorials or Walkthroughs off an app.
Follow the steps-------
1- Download Android adt-bundle
https://developer.android.com/sdk/index.html?hl=i
2 - Now go to adt-bundle-windows-x86_64-20140702/sdk /plateform tools
3 - Now Press Shift+right click and Select Open Command Window here.
4 - Unlock Developer Options - Go to Phone settings/About phone, Now quick tap the Build Number Seven Times and you will see a message saying that Developer Options has been enables in your device.
5 - Now go to Developer Options - Turn On developer options - Enable Usb Debugging
6 - Type adb devices in Command Windows (If you fully connected your device than you will see a device appear in the window, if not than adb can't detect your device)
8 - To stop record press Ctrl + C
9 - You can view the screen record videos in phones Internal Storage.
If you want any help than type - adb shell screenrecord -help

Comments
Post a Comment