분류 전체보기238 APK 생성할 때 output 이름 변경 applicationVariants.all { v -> v.outputs.all { def formattedDate = new Date().format('yyMMdd') outputFileName = "v${versionName}_code${versionCode}_${formattedDate}_v1.apk" } } 이런식으로 날짜도 커스텀 할 수 있다. 2022. 12. 2. Button의 Text가 전부 대문자로 나올 때 XML에서 android:textAllCaps="false" 옵션을 주면 정상적으로 잘 나온다 2022. 12. 1. PowerSehll 업데이트 명령어 winget install Microsoft.PowerShell 2022. 11. 15. 코드 폴딩 하는 방법 안드로이드 스튜디오에서 코드 폴딩하는 방법 Ctrl + Shfit + - 다 펼치는 방법 Ctrl + Shift + + 2022. 11. 14. 이전 1 2 3 4 5 6 ··· 60 다음