简体   繁体   English

如何在没有Android Studio的情况下启动Android设备文件资源管理器?

[英]How to start Android Device File Explorer without Android Studio?

I am building my app with React Native and do not need Android Studio. 我正在使用React Native构建我的应用程序,不需要Android Studio。 I am starting the emulator directly from console. 我直接从控制台启动模拟器。 However if I need to check files, I always need to start Android Studio to launch the Device File Explorer. 但是,如果需要检查文件,则始终需要启动Android Studio来启动设备文件资源管理器。

Can I launch the Device File Explorer directly from console or as standalone in some way? 是否可以直接从控制台或以某种方式独立启动设备文件资源管理器?

Many thanks! 非常感谢!

No, sorry, that specific tool is an integrated part of Android Studio. 不,抱歉,该特定工具是Android Studio的集成部分。

There used to be the Dalvik Debug Monitor Service (DDMS), which was a standalone tool that had a file explorer among other things. 以前有Dalvik调试监视器服务(DDMS),它是一个独立的工具,具有文件浏览器等。 Google discontinued that some time ago. 谷歌在不久前停止了该业务。

The only official solution that I can think of is to use adb pull from the command line. 我能想到的唯一官方解决方案是从命令行使用adb pull

Otherwise, you would need to see if somebody created a standalone tool for this, or perhaps a plugin for Sonar . 否则,您将需要查看是否有人为此创建了独立工具,或者可能是Sonar的插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android Studio(3.0.1)/设备文件资源管理器中打开sqlite文件 - How to open a sqlite file in Android Studio (3.0.1) / Device File Explorer 如何在Android Studio中从设备文件资源管理器查看sqlite数据库而不将其保存到系统 - How to view sqlite database from device file explorer in android studio without saving it to system 如何在Android Studio 3.1.3中将Device File Explorer停靠在侧面? - How to dock Device File Explorer to the side in Android Studio 3.1.3? Android Studio - 设备文件资源管理器图片目录 - Android Studio - Device File Explorer Picture Directory Android Studio-Android设备监视器的文件资源管理器不起作用 - Android Studio - Android Device Monitor's File explorer not working Android Studio 中的文件资源管理器 - File Explorer in Android Studio 更改Android Studio设备文件资源管理器的默认“另存为”文件夹 - Change default 'Save as…' folder of Device File Explorer of Android Studio android 工作室的设备文件资源管理器中缺少数据库文件夹 - database folder is missing in device file explorer in android studio Android Studio中Device-File-Explorer的作用是什么 - What's role of Device-File-Explorer in Android-Studio 带有设备文件资源管理器的 Android Studio 3.1.2 中的“ADB not found”错误 - “ADB not found” error in Android Studio 3.1.2 with Device File Explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM