美文网首页程序猿
Android Studio 小贴士

Android Studio 小贴士

作者: acc8226 | 来源:发表于2017-01-03 13:13 被阅读16次
  • Auto import(自动导入)

    • 对于 Windows,请依次转到“文件 (File)”>“设置 (Settings)”>“编辑器 (Editor)”>“常规 (General)”>“自动导入 (Auto Import)”
    • 对于 Mac,请依次转到 Android Studio >“偏好设置 (Preferences)”>“编辑器 (Editor)”>“常规 (General)”>“自动导入 (Auto Import)”


      1
  • Documentation of mouse over (鼠标停留自动显示文档)


  • Show line numbers (显示行号)


  • Control + O, Control + I (自动重载)

  • 改变字体以及行间距


  • 使用 启用serialVersionUID

I am not sure if you have an old version of IntelliJ but If I go File => Settings... => Inspections => Serialization issues => Serializable class without 'serialVersionUID' enabled, the class you provide give me warnings.

  • Sync project with Gradle files


相关文章

网友评论

    本文标题:Android Studio 小贴士

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