일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 불공단_스터디
- 백엔드
- 2024 1학기 기말 파이썬 프로젝트
- 파이썬
- DRF
- 낭독
- UOPEOPELE
- 대학생
- Flutter
- opencv
- 다시도전
- to all the errors i loved
- 라즈베리파이
- 1학기
- 암영
- 삽질일기
- 불공단스터디
- 매일매일쓰자허무하지않게
- 기록
- 컴공과
- 장고
- 가보자고
- 공부기록
- 불공단
- SUNLOG
- 해커스
- Python
- djangorestframework
- django
- Til
- Today
- Total
목록Develop/To All The Errors I've Loved Before (11)
기술해록본

이 부분은 7.3.0에서 7.1.2로 수정하니 작동됨.id "com.android.application" version "7.1.2" apply false 참고 https://theplace.tistory.com/entry/Flutter-gradle-%EB%B2%84%EC%A0%84-%EC%9D%B4%EC%8A%88 [Flutter] gradle 버전 이슈image_gallery_saver를 pubspec.yaml 에 추가하는데 하기와 같은 에러가 발생했다. 잘 읽어보니 안드로이드 Gradle은 코틀린 플러그인 1.5.20 버전 이상만 지원한다는 내용이었다. 또 해당사항은 image_gallery_satheplace.tistory.com
failed to install D:\Study\flutter_study_0729\chool_check\build\app\outputs\flutter-apk\app-debug.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] Error launching application on sdk gphone64 x86 64. 아래글 참고해서 해결! https://velog.io/@cjy0029/flutter-%EC%84%A4%EC%B9%98-%EC%98%A4%EB%A5%98-apk-%EC%84%A4%EC%B9%98-%EC%8B%A4%ED%8C%A8-Error-ADB-exited-with-exit-code-1-Performing-Streamed-Install-INSTALLF..

Your project requires a newer version of the Kotlin Gradle plugin. 플러터 앱 빌드 중에 갑자기 위의 오류가 뜨면서 빌드가 중지 됬다.https://westofsky.tistory.com/15https://naman-develop.tistory.com/26 [에러 해결] [Flutter] requires a newer version of the Kotlin Gradle pluginYour project requires a newer version of the Kotlin Gradle plugin. Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, ..