安卓包文件夹
我是安卓新手。我现在使用模拟器进行开发,我想转到我的应用程序文件夹并查看其中有哪些文件,我该怎么做?
其次,我听说我需要root设备,否则我无法访问它。 root 是什么意思?我怎样才能root模拟器?
I am new to android. I using emulator for my development right now , I want to go to my application folder and see what files are there , how can I do that ?
Secondly , I have heard that I need to root the device otherwise i cant access it . what does rooted means ? how can i root emulator ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是为了了解,您想在模拟器本身上查看应用程序的文件吗?例如,您要在模拟器上存储 XML 或类似文件,并希望通过查看该文件来了解其存储是否正确?
如果是这种情况,请查看 DDMS - 它附带 SDK,可让您在硬件和模拟器上探索应用程序的文件。 http://developer.android.com/guide/developing/debugging/ddms.html
您无需root手机即可进行Android开发。
Just to understand, you want to view the files of your application on the emulator itself? So, for example, you're storing an XML, or similar file, on the emulator and want to see if it's stored correctly by viewing the file?
If this is the case, checkout DDMS - it comes with the SDK and lets you explore the files for your application on hardware and the emulator. http://developer.android.com/guide/developing/debugging/ddms.html
You do not need to root your phone for Android development.