android

[Android/Kotlin/Java] 단말기 해상도 변경 방법

boywin1992 2022. 8. 16. 19:15
728x90

cmd

 

cd C:\Users\***\AppData\Local\Android\Sdk\platform-tools
adb shell wm size 1080x1920
adb shell wm density 240
adb shell wm size reset
adb shell wm density reset

728x90