Ctrl N快捷键 –Android Studio

Ctrl N快捷键 –Android Studio,第1张

概述在android文档中,我发现CtrlN将创建一个新文件.但是当我在我的android工作室中尝试相同时,它会打开退出的文件.AndroidStudio版本:0.8.2以下是我在android文档中找到的内容CreatingnewfilesYoucanquicklyaddnewcodeandresourcefilesbyclickingtheappropri

在android文档中,我发现Ctrl N将创建一个新文件.但是当我在我的androID工作室中尝试相同时,它会打开退出的文件.

Android Studio版本:0.8.2

以下是我在androID文档中找到的内容

Creating new files

You can quickly add new code and resource files by
clicking the appropriate directory in the Project pane and pressing
CTRL+N (CMD+N, on Mac). Based on the type of directory selected,
AndroID Studio offers to create the appropriate file type.

For example, if you select a layout directory, press CTRL+N, and
select Layout resource file, a dialog opens so you can name the file
(you can exclude the .xml suffix) and choose a root vIEw element. The
editor then switches to the layout design editor so you can begin
designing your layout.

我错过了什么吗?

解决方法:

那份文件和给出的捷径可能很旧,但不确定!但是根据给出的key reference,Ctrl N用于导航到特定的类.

要获取“新建文件”菜单,请按Alt Insert.

总结

以上是内存溢出为你收集整理的Ctrl N快捷键 – Android Studio全部内容,希望文章能够帮你解决Ctrl N快捷键 – Android Studio所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1114872.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存