Android106 Android Emulator 안드로이드 에뮬레이터 Light, Dark 모드 전환 adb shell "cmd uimode night yes"adb shell "cmd uimode night no" 에뮬레이터에 앱을 빌드하고 나서 Terminal 에서 위의 명령어를 입력하면 모드가 바뀝니다!!! 2025. 7. 16. Flutter iOS Android 폴더 생성 Android 플랫폼 생성flutter create . --platforms=androidflutter create -a kotlin . iOS 폴더 생성flutter create . --platforms=iosflutter create -i swift . 2025. 6. 8. [Flutter] Could not locate aapt. Please ensure you have the Android buildtools installed. Could not locate aapt. Please ensure you have the Android buildtools installed.No application found for TargetPlatform.android_arm64.Is your project missing an android/app/src/main/AndroidManifest.xml?Consider running "flutter create ." to create one. 에러가 발생해서 flutter create . 로 새롭게 Android/iOS/web 등 디렉토리를 생성했습니다. 그럼에도 동일한 이슈가 발생을 해서 flutter doctor 로 혹시 문제가 있나 확인을 했습니다\ "뭐지?? 언제부터 SDK file 을 찾.. 2025. 5. 13. JetpackCompose - SplashScreen API 과업 정의 : - 스플래시 스크린은 3초 유지하면서 로고는 애니메이션 처리 한다. 1. 라이브러리 추가 implementation("androidx.core:core-splashscreen:1.1.0-alpha02") 2. 컴파일 버전 맞추기 android { compileSdk = 34 ... } Dependency 'androidx.core:core-splashscreen:1.1.0-alpha02' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs. 3. Splash 화면을 위한 Theme 에서 스타일 적용 기본 themes.xml android 31.. 2023. 11. 16. ADB 명령어 활용해서 Android Device 연결 모든 디바이스 연결 해제 adb kill-server 디바이스 와이파이로 연결 adb tcpip 5555 adb connect '연결된아이피':5555 2023. 7. 5. [Flutter] AAPT: error: failed to read PNG signature: file does not start with PNG signature. > A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable > Android resource compilation failed ERROR:/Users/.../android/app/src/main/res/drawable/app_icon.png: AAPT: error: failed to read PNG signature: file does not start with PNG signature. ERROR:/Users/.../android/app/src/main/res/drawable/app_icon.png: AAPT: error: file failed to compile. 아이콘으로 쓸 app_ic.. 2023. 6. 28. 이전 1 2 3 4 ··· 18 다음