简体   繁体   English

如何更改默认设置以在 Android Studio 的设备文件资源管理器中以文本形式打开数据库文件?

[英]How to change the default set to open database files as text in Device File Explorer in Android Studio?

When the first time I tried opening my database file in my Device file explorer, there was a dialog which asked whether to open as a file or choose some other program to open.当我第一次尝试在我的设备文件资源管理器中打开我的数据库文件时,有一个对话框询问是作为文件打开还是选择其他程序打开。

I do have SQLite browser.我有 SQLite 浏览器。 But, first time by mistake I opened the database file as text and everytime after that after clicking the file its taking it as default.但是,我第一次错误地将数据库文件作为文本打开,之后每次单击该文件后都将其作为默认值。

Can anyone help me and suggest how to change the default set?谁能帮助我并建议如何更改默认设置?

在此处输入图片说明 > Following are steps you can follow. > 以下是您可以遵循的步骤。

  1. Right click on file.右键单击文件。
  2. Open with打开用
  3. Choose another app选择其他应用
  4. more apps更多应用软件
  5. select the sqlite browser选择sqlite浏览器
  6. check box "Always use this app to open this file"复选框“始终使用此应用程序打开此文件”

You are done.你完成了。 Thanks谢谢

在此处输入图片说明 在此处输入图片说明 升

单击要更改其打开类型的文件然后:单击文件> 选择:与文件类型关联...然后您可以更改为您想要的任何文件😊

You may need to try change the registered file patterns in your settings:您可能需要尝试在设置中更改注册的文件模式:

InteliJ 设置 > 编辑器 > 文件类型的屏幕截图

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

相关问题 为什么SQLite Database无法在android studio的文件资源管理器中显示? - Why SQLite Database not showing in File Explorer in android studio? 如何仅使用默认资源管理器打开CSV文件位置 - How to open CSV file location using only default explorer 如何使用android studio设置运行设备? - How to set a running device with android studio? 如何更改 android studio 中启动模块的默认值? - How change default on launch module in android studio? 如何在最新的 Android Studio 3.2 中打开 Android Device Monitor - How to open Android Device Monitor in latest Android Studio 3.2 Android Studio设备文件浏览器run-as:包'我的项目名称'未知 - Android Studio Device File Explorer run-as:Package 'my project name' is unknown 如何将 android studio stacktrace 日志保存到设备内部存储中的文本文件中 - how to save android studio stacktrace Logs into text file in device internal Storage Android 模拟器设备文件资源管理器中的权限被拒绝 - Permission denied in Android Emulator Device File Explorer 设备打开时如何创建设置为默认的Android应用 - How to create an android app that is set to default when the device is turned on 如何在 Android Studio 中打开 AOSP 默认启动器应用 Launcher3? - How to open AOSP default launcher app Launcher3 in Android Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM