Android studio 3.0 method for viewing mobile phone file system (super simple)

As we all know, the prerequisite for us to check the file system in Android phones is to use the root phone, and then go to DDMS. However, many mobile phones are not good at root. The alternative method is to use a computer simulator. Anyway, it is very troublesome. Recently, we updated Android studio to version 3.0, and inadvertently found a method, which is very simple and does not need the root phone.

1. Connect the USB cable of the mobile phone to the mobile phone and turn on the debugging mode

2. Open as and find the device file explorer in the lower right corner of the window, as shown below:

3. Click this button to directly open the file system of the mobile phone, as shown in the figure:

4. Next, take a look at the data / data and sdcard directories we are most concerned about, as shown in the figure:

5. After the above operations, we have seen all our files. Now, for example, take a look at the internal file directory of the mobile app where we debug installed, and find the app according to the package name, as shown in the figure:

6. The sharp eyed little friend probably found a problem. Say it's unsafe. Everything has been seen. Ha ha, don't worry. Data / data can't be seen in apps that are not debugs. For example, I want to see Tencent's mobile QQ, as shown in the figure:

summary

The above is the Android studio 3.0 method to view the mobile phone file system introduced by Xiaobian. I hope it will be helpful to you. If you have any questions, please leave me a message, and Xiaobian will reply to you in time. Thank you very much for your support for the programming tips website!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>