일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- RXjava
- hardcoded string search
- Switch to the Play Referrer API by March 1
- Retrofit2
- rxandroid
- java
- andorid studio
- RX
- 하드코드검색
- deprecating the install_referrer
- Rx자바
- RxJava2
- Android
- 안드로이드
- android P
Archives
- Today
- Total
Lucky Dog
[안드로이드] 안드로이드 스튜디오 하드코딩 문자열 검색 (find hard code string) 본문
안드로이드 스튜디오 상단 메뉴에서
Analyze > Run Inspection By Name... (Ctrl+Alt+Shift+I)
and type:
Hardcoded Text to find the hardcoded strings in the .xml files;
Hardcoded Strings to find the hardcoded strings in the .java files.
Run it against the whole project, and you should get an inspection results panel that will show the hardcoded text instances.
참조 : [https://stackoverflow.com/questions/30799211/android-find-all-hardcoded-strings-in-code-using-android-studio](https://stackoverflow.com/questions/30799211/android-find-all-hardcoded-strings-in-code-using-android-studio)
Comments