| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- stream
- Gradient
- flutter
- digitalRead
- SERIAL
- Contour
- compare
- mfc
- APP
- atmega328
- Class
- Unity
- Android
- Gaussian
- subpixel
- UNO
- Read
- Filtering
- Pointer
- parameter
- wpf
- c++
- public
- Binary
- edge
- aduino
- sensor
- Encapusulation
- memory
- file access
- Today
- Total
폴크(FOLC)
Flutter App - 예외 처리1 본문
# 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 으로 설정
'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 |