Often on other people's blogs you see that they use some dynamic images to show how their project works. So, what do you do about screen recording and creating Gif images?
Before thinking about whether to use * * and other mobile phone software to record phone screen, and then use * * and other players to capture video gif. However, these screens are generally recorded with watermarks. There are ways to find out later that Android Studio tools can make screen recordings of Android 4.4 + mobile phone systems, and the tools are really tall! Then take a look at the specific operation:
1. Locate the Terminal area below the Android Studio tool. Found it in fact and Windows DOS window pretty much like the
2. Enter "adb shell Screenrecord/sdcard/rocking.mp4" after the cursor to start recording the phone operation, and then press "Ctrl + C" to end the recording ahead of time; said in advance means not to manually stop it also has a recording duration limit. Like 180s or how much, should no one want to record such a long bar!
3. After you finish recording, you will find a "rocking.mp4" video file in the root directory of your phone. Is the video we just recorded. Then you want to send the recorded video to the computer to generate a Gif image, is it to connect via USB or something?
4. Import the newly recorded video file from the phone to the computer, just enter "adb pull/sdcard/rocking.mp4" in Terminal, note that the path and file name correspond to the previous recording, otherwise you will be prompted to say that the file cannot be found
5. Since it can be imported into the computer, then it was imported into that location? You can go to some of the configuration files under the current Android Studio open project.
6. Generate the required Gif image for the recorded video, and the tool required is "free video to Gif Converter". However, the software official website in foreign countries, need to FQ, if not FQ small partners can go to the end of the link to download the installation.
7. After selecting Next, go to the preview screen to preview the current animation information by selecting the frame on the right. There is also a remove key on the right to remove the selected unwanted frames. Last click Make GIF to create GIF image
Finally look at the effect:
Link: http://pan.baidu.com/s/1mijlaUs Password: 5arp
Record Android phone operation, convert to GIF image