반응형
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 - 예외처리2 본문

Flutter, Android/Flutter 사용법

Flutter App - 예외처리2

folcjin 2021. 7. 22. 15:26
728x90
반응형

# 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

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

'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