반응형
250x250
Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
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
Archives
Today
Total
관리 메뉴

폴크(FOLC)

Flutter App - 예외 처리1 본문

Flutter, Android/Flutter 사용법

Flutter App - 예외 처리1

folcjin 2021. 7. 21. 11:23
728x90
반응형

# Gradle 관련 이슈 발생

Launching lib\main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':flutter_unity_widget:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':flutter_unity_widget:debugCompileClasspath'.
   > Could not resolve project :unity-classes.
     Required by:
         project :flutter_unity_widget
      > No matching configuration of project :unity-classes was found. The consumer was configured to find an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' but:
          - None of the consumable configurations have attributes.
* 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 2s
Exception: Gradle task assembleDebug failed with exit code 1

 

> flutter_unity_widget ^3.0.3 에서 ^4.1.0 으로 Pub update 하고 minSdkVersion 23 으로 설정

728x90
반응형
사업자 정보 표시
사업자 등록번호 : -- | TEL : --

'Flutter, Android > Flutter 사용법' 카테고리의 다른 글

Flutter App - 예외처리4  (0) 2021.07.22
Flutter App - 예외처리2  (0) 2021.07.22
Flutter App - Crawling  (0) 2021.07.16
Android 관련 파일 형식  (0) 2021.07.15
Flutter App - Webview  (0) 2021.07.13