플러그인 'cloud_firestore, firebase_auth'는 더 이상 사용되지 않는 Android 임베딩 버전을 사용합니다.
555
4 câu hỏi đã được viết
구글링 해봐도 어떻게 해결해야할지 이해가 안되서 질문드려요
에러코드입니다. 어떻게 해야 해결할 수 있을까요?
The plugins `cloud_firestore, firebase_auth` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Running Gradle task 'assembleDebug'...
Plugin project :firebase_core_web not found. Please update settings.gradle.
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\user\StudioProjects\insta_clon\android\build.gradle' line: 27
* What went wrong:
A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> 'org.gradle.api.file.DirectoryProperty org.gradle.api.file.ProjectLayout.directoryProperty(org.gradle.api.provider.Provider)'
> Cannot invoke method afterEvaluate() on null object
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 23s
Exception: Gradle task assembleDebug failed with exit code 1
Câu trả lời 2
0
cloud_firestore, firebase_auth가 구버전 라이브러리라서 문제가 되는 것 같습니다.
강의 마지막 챕터에서 최신 라이브러리 버전으로 업그레이드 하는 방법을 소개하는데요. 그 영상들을 참고해서 버전을 어느 정도 올리고 사용방법을 수정해서 사용해야 할 것 같습니다.
소스는 https://github.com/junsuk5/flutter_insta_clon/tree/null-safety 를 참고하세요.
과거 ai없을때 듣고 다시 듣는 중인데
1
54
1
40번 수업이 완료가 되지 않아요.
0
62
1
최신버전 firebase_ui_auth 할때 EmailAuthProvider 오류 잡는 방법
0
158
1
애뮬레이터로 main.dart를 실행하면 컴퓨터가 멈춥니다.
0
329
2
혹시 재촬영 계획이 있으신가요?
0
249
1
애뮬레이터 Intel HAXM 다운로드가 안돼요
0
556
2
에뮬레이터 홈화면
0
258
1
종속성 충돌 질문
0
341
1
plugin 중에서 에러 발생시 발생한 코드 위치에 바로 에러 표시해주는 기능 있을까요?
0
425
1
firebase option 오류
0
373
2
alt+enter 가 맥북에서는 option enter로 알고 있는데 단축키가 먹히지 않습니다 ㅜㅜ
0
1458
11
파이어베이스 연결시 갑자기 다른 오류가 발생했어요 ㅠㅠ
0
409
1
Failed assertion: line 246 pos 15: 'items.length >= 2': is not true.
0
1319
1
Firebase로 이메일 로그인 기능 구현
0
355
1
GridView에 데이터가 표시가 안됩니다.
0
297
1
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. 해결법을 모르겠습니다
0
6895
4
안드로이드 에뮬레이터 실행오류
1
1008
1
firebase 연동 중 오류 질문
0
467
1
05. AccountPage UI 작성강의 설명문의
0
371
1
firestore에서 List<String>을 받아오고 싶을 때
0
543
1
firebase 이메일 로그인 설정 관련 오류 문의의 건
0
1089
1
기본위젯
0
2730
1
firebase에 upload 에러가 발생했습니다
0
1269
3
디버그 서명 인증서 SHA-1가 구해지지 않습니다.
1
317
1

