Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 오버로딩
- 클래스 변수
- this()
- 명예의전당(1)
- 프로그래머스
- 인스턴스 메서드
- static import문
- static 메서드
- this()와 참조변수 this 차이점
- 이것이코딩테스트다
- 참조형 매개변수
- 운영체제의 목적
- 운영체제란 무엇인가
- 조상의 생성자
- 운영체제의 구조
- PriorityQueue
- stateful widget 생명주기
- stateless widget
- 초기화 순서
- FLUTTER
- webview_flutter
- 운영체제의 예
- stateful widget
- 객체 배열
- 참조형 반환타입
- 오버라이딩과 오버로딩 차이점
- 운영체제의 분류
- 기본형 매개변수
- 호출스택
- object클래스
Archives
- Today
- Total
Coram Deo
[Flutter] 에러 해결 - 안드로이드 애뮬레이터 실행시 발생 오류 본문
- 오류
Vscode에서 플러터를 사용하였다.
크롬으로만 실행하다가 안드로이드 애뮬레이터를 사용하려고 하니까 오류가 났다.
1. 첫번째 오류
- System UI isn't responding
사람들이 안드로이드 스튜디오 - device manager - wipe data 하라고 해서 시도했다.
userdata-qemu.img 지우라해서 지웠다.
그럼에도 해결되지 않아 아예 애뮬레이터를 지우고 새로 만들었다.
그랬더니 또 다른 오류가 났다.
2. 두번째 오류
- This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.
- Unhandled exception FileSystemException(uri=org-dartlang-untranslatable-uri:dart%3Ahtml; message=StandardFileSystem only supports file:* and data:* URIs)
- Error: Gradle task assembleDebug failed with exit code 1
- 해결
flutter upgrade
flutter clean
flutter pub get
드디어 안드로이드 애뮬레이터로 실행할 수 있게 되었다 !
'에러 해결' 카테고리의 다른 글
[Flutter] Firebase 연동 에러 해결 (0) | 2024.08.20 |
---|---|
[Flutter] 에러 해결 - E/AndroidRuntime(22637): DeadSystemException: The system died; earlier logs will point to the root cause (0) | 2024.06.13 |
[Flutter] 에러해결 - Unable to find git in your PATH (0) | 2024.06.03 |
[Flutter] build 에러 - Target of URI doesn't exist 'package:flutter/material.dart' (0) | 2024.05.30 |
[Git 에러] bash: cd: too many arguments (0) | 2023.12.27 |