美文网首页
Android Studio常见操作

Android Studio常见操作

作者: nk22222 | 来源:发表于2016-03-31 21:53 被阅读0次

一、 添加assets文件夹

Let Android Studio do it for you.
In Android Studio (1.0 & above), right-click on the

enter image description here folder and navigate to the *Assets Folder
*. enter image description here

On the next screen just click *Finish
*.

enter image description here

And voila! It will create the *assets

  • folder in the *main
  • target source set.


    enter image description here

二、Android Studio如何快速生成get,set,tostring,构造函数

刚开始使用Android Studio时,在创建一个javabean时,很习惯的在JavaBean类中,右键去找生成get,set等选项。但是很遗憾,找不到。
那这边如何快速的set,get或者生成构造函数,生成toString方法。
有两种方式:
方式一:Code-->Generate
方式二:通过快捷键Alt+Insert
这时,在弹出的对话框中就可以选择你所需要的对应的东东了。

相关文章

网友评论

      本文标题:Android Studio常见操作

      本文链接:https://www.haomeiwen.com/subject/quzelttx.html