문제 : url_laucher를 dependencies에 추가해 준 후, 또 무한로딩 발생
=> gradle clean build 실행
=> "FAILURE: Build failed with an exception." 발생
=> 세부 내용 : * What went wrong:
Could not determine the dependencies of task ':url_launcher_android:test'.
> Could not create task ':url_launcher_android:testDebugUnitTest'.
> this and base files have different roots:
해결 : 터미널에서 > flutter pub cache repair
잘 해결 되었다.
'Flutter' 카테고리의 다른 글
Flutter 플러터 앱 출시 후 인터넷 안되는 경우 (에뮬레이터는 잘 됨) (0) | 2023.08.17 |
---|---|
Flutter 플러터 AlertDialog pop error 처리 (0) | 2023.07.30 |
Flutter 로그인 기능 구현 (JWT, Flutter Secure Storage) (0) | 2023.06.28 |
Flutter에서 WebRTC 사용하기(작성중) (0) | 2023.06.26 |
Flutter Error : Running Gradle task 'assembleDebug'... (0) | 2023.06.13 |