Android24 Flutter 에뮬레이터를 실행하지 못했습니다: 오류: 60초 내에 에뮬레이터가 연결되지 않았습니다., Failed to launch emulator: Error: Emulator didn't connect within 60 seconds 질문 Flutter를 사용하여 VSCode에서 디버그를 할 수 없습니다. Windows를 사용하고 Android 에뮬레이터를 사용하려고 합니다. 이 문제를 해결하기 위해 Flutter, Android SDK 및 VSCode를 재설치하고 환경 변수를 설정해 보았지만 문제가 해결되지 않았습니다. 디버그 모드를 시작할 때 발생하는 오류입니다. Failed to launch emulator: Error: Emulator didn't connect within 60 seconds Android와 IOS 모두 사용할 수 있는 더 좋은 에뮬레이터가 있을까요? IOS 에뮬레이터에 대해서는 어디서부터 시작해야 할지도 모르겠습니다. 앱 개발은 처음이라 두 기기에 대한 애플리케이션 개발을 시작하고 싶습니다. 답변 나도 같은.. 2023. 9. 6. Flutter 플러터: 작업 ':app:compileDebugKotlin'을(를) 실행하지 못했습니다., Flutter: Execution failed for task ':app:compileDebugKotlin' 질문 I tried running the default flutter app from flutter create on my android device but it throws me an error. Can someone help? Launching lib\main.dart on SM G610F in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:compileDebugKotlin'. Could not resolve all artifacts for configuration ':app:debugCompi.. 2023. 8. 28. Flutter 플러터에서 BottomNavigationBar 스타일, Style BottomNavigationBar in Flutter 질문 저는 Flutter를 시도하고 있으며 앱의 BottomNavigationBar 색상을 변경하려고합니다. 그러나 제가 달성한 것은 BottomNavigationItem (아이콘 및 텍스트)의 색상을 변경하는 것뿐입니다. 여기에서 내 BottomNavigationBar을 선언하는 곳입니다: class _BottomNavigationState extends State{ @override Widget build(BuildContext context) { return new Scaffold( appBar: null, body: pages(), bottomNavigationBar:new BottomNavigationBar( items: [ new BottomNavigationBarItem( icon: cons.. 2023. 6. 23. Flutter 플러터 앱은 크기가 너무 큽니다., Flutter apps are too big in size 질문 I have good experience in android app development using java. Recently I came to know about flutter. So, I have tried to create a simple android app with flutter based on official tutorial. But surprisingly the debug app size is 25MB and release apk costs more than 7MB. It is really larger when compare with native developed android app. Is there any way to optimize it? 답변 앱 크기에 대한 최소 제한이 있는 것.. 2023. 6. 12. 이전 1 2 3 4 5 6 다음