Lunski's Clutter

This is a place to put my clutters, no matter you like it or not, welcome here.

0%

Android Studio 小技巧

Android 開發必備神器。

快捷鍵

cmd + f : 找尋
cmd + r : 找尋取代
cmd + shift + f : 全局找尋
cmd + shift + a:Action
cmd + option + l : 格式化code
cmd + 6 : 功能表
cmd + w:關閉目前tab
ctrl + q:在函式上使用,看函式說明
ctrl + p:在變數上使用,看變數說明
ctrl + shift + (1-9) : 建書籤
ctrl + (1-9): 跳至書籤
ctrl + shift + (1-9):移除書籤
ctrl + / : 註解code
ctrl + shift + / : 註解區塊

增大IDE記憶體

finder> application> android studio> 顯示套件內容> contents> bin> studio.vmoptions
-Xms2048m
-Xmx2048m
-XX:ReservedCodeCacheSize=1024m

APK

app> outputs> apk
Build → Analyze APK

Memory Leak

Profiler

「View」>「Tool Windows」>「Profiler」

LeakCanary

1
2
3
4
5
* build.gradle

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'

and filter LeakCanary in logcat

如果你覺得這篇文章很棒,請你不吝點讚 (゚∀゚)

Welcome to my other publishing channels