일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Android
- SERIAL
- Class
- public
- preprocessing
- flutter
- memory
- file access
- java
- Read
- APP
- Pointer
- Encapusulation
- Binary
- Barcode
- UNO
- Unity
- mfc
- wpf
- Overloading
- parameter
- length
- inheritance
- Contour
- atmega328
- digitalRead
- compare
- sensor
- stream
- aduino
- Today
- Total
폴크(FOLC)
Flutter App - 예외처리2 본문
# FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':flutter_unity_widget:profileCompileClasspath'.
> Could not resolve project :unityLibrary.
Required by:
project :flutter_unity_widget
> No matching variant of project :unityLibrary 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 'profile', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:
BUILD FAILED in 10s
Running Gradle task 'assembleRelease'... 11.5s
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1
# 해결 방안
# File -> Open -> Solution -> android project -> New Window -> Project Structure -> Suggestions -> All Modules -> Add Build Type 선택 후 Apply and OK -> Close Window
# make APK
'Flutter, Android > Flutter 사용법' 카테고리의 다른 글
Flutter App - 예외처리3 (0) | 2021.07.24 |
---|---|
Flutter App - 예외처리4 (0) | 2021.07.22 |
Flutter App - 예외 처리1 (0) | 2021.07.21 |
Flutter App - Crawling (0) | 2021.07.16 |
Android 관련 파일 형식 (0) | 2021.07.15 |