windows 右键添加android studio
2022-03-14 本文已影响0人
客观开发者
工具android studio 快速打开文件
windows 系列
![](https://img.haomeiwen.com/i1309984/b5aa51d65762e6d8.png)
输入regedit
![](https://img.haomeiwen.com/i1309984/070a1ed2c3e33cad.png)
然后在 输入下面
计算机\HKEY_CLASSES_ROOT\Directory\Background\shell
我创建的
![](https://img.haomeiwen.com/i1309984/a603a32b0cf9a89e.png)
现在开始创建一个新的
![](https://img.haomeiwen.com/i1309984/419a330c8a049aaa.png)
默认情况是这样,我写了一个android 2
![](https://img.haomeiwen.com/i1309984/288a198ce139ccc3.png)
双击下面图片内容
![](https://img.haomeiwen.com/i1309984/01c90fabe90b933b.png)
![](https://img.haomeiwen.com/i1309984/038cde1ec609679f.png)
![](https://img.haomeiwen.com/i1309984/5e3ad9fa45911d65.png)
![](https://img.haomeiwen.com/i1309984/02fdb6d12856ffc1.png)
下面开始
![](https://img.haomeiwen.com/i1309984/9a67db8e69f87411.png)
![](https://img.haomeiwen.com/i1309984/6d5d72ed647a47aa.png)
![](https://img.haomeiwen.com/i1309984/8578ecaee52dc356.png)
![](https://img.haomeiwen.com/i1309984/ed9201a0e679ad79.png)
然后在写入地址
![](https://img.haomeiwen.com/i1309984/a7c1548e5cd954a8.png)
然后将command项的右边的数值改为"D:\android-config\android-studio\bin\studio64.exe" "%V",软件安装的具体路径要按照各自的路径来
![](https://img.haomeiwen.com/i1309984/ff33f27b1bcfe356.png)
就可以右键文件夹了
![](https://img.haomeiwen.com/i1309984/6ae66d780dcc28ea.png)
增加和删除win右键的Open Folder as android studioProject,Jetbrains系列
https://blog.csdn.net/qq_37504892/article/details/107705527
mac 添加右键文件夹导入文件
这个还没有更好的方法实践,参考下面的内容。我研究好了在继续发布。
https://www.jianshu.com/p/4959af45dbb0
https://juejin.cn/post/6850418107946237965
持续刚更新中....
windows 里面创建一个 android.reg 可以执行的添加到注册表里面的文件。
添加内容:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Android Studio]
@="Open with Code"
"Icon"="D:\\android-config\\android-studio-4.20\\bin\\studio64.exe"
[HKEY_CLASSES_ROOT\*\shell\Android Studio\command]
@="\"D:\\android-config\\android-studio-4.20\\bin\\studio64.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Android Studio]
@="Open with Android Studio"
"Icon"="D:\\android-config\\android-studio-4.20\\bin\\studio64.exe"
[HKEY_CLASSES_ROOT\Directory\shell\Android Studio\command]
@="\"D:\\android-config\\android-studio-4.20\\bin\\studio64.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Android Studio]
@="Open with Android Studio"
"Icon"="D:\\android-config\\android-studio-4.20\\bin\\studio64.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Android Studio\command]
@="\"D:\\android-config\\android-studio-4.20\\bin\\studio64.exe\" \"%V\""
直接运行就可以了。
idea.reg .同样的道理。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\IntelliJ IDEA]
@="Open with IntelliJ IDEA"
"Icon"="D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe"
[HKEY_CLASSES_ROOT\*\shell\IntelliJ IDEA\command]
@="\"D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA]
@="Open with IntelliJ IDEA"
"Icon"="D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe"
[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA\command]
@="\"D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\IntelliJ IDEA]
@="Open with IntelliJ IDEA"
"Icon"="D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\IntelliJ IDEA\command]
@="\"D:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.1\\bin\\idea64.exe\" \"%V\""