인프런 커뮤니티 질문&답변

호농민님의 프로필 이미지
호농민

작성한 질문수

[2024 최신] [코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!

세팅하기

안드로이드 실행하면 에러가 납니다.

작성

·

644

0

스크린샷 2023-01-03 오후 10.29.13.png사진과 같이 에러가 나고 안드로이드에서 실행이 되지 않습니다.

ios는 정상작동합니다.

 

에러 메세지는 아래와 같습니다.

Launching lib/main.dart on sdk gphone64 arm64 in debug mode...

Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:

A problem was found with the configuration of task ':app:processDebugResources' (type 'LinkApplicationAndroidResourcesTask').

- In plugin 'com.android.internal.version-check' type 'com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask' property 'androidJarInput.androidJar' specifies file '/Users/ho/Library/Android/sdk/platforms/android-31/android.jar' which doesn't exist.

Reason: An input file was expected to be present but it doesn't exist.

Possible solutions:

1. Make sure the file exists before the task is called.

2. Make sure that the task which produces the file is declared as an input.

Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.

* 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 8s

Exception: Gradle task assembleDebug failed with exit code 1

 

어떻게 해결해야 할까요?

답변 3

0

저도 똑같이 막힙니다 코드 변경해도 똑같이 막히네요 ㅠㅠ

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

그렇다면 같은 문제가 아닐 것 같아요. 카카오 커뮤니티로 오셔서 원격 잡아주세요!

https://links.codefactory.ai

0

저도 이 부분에서 똑같이 막히는데, 어떤 방법으로 해결할 수 있을까요?

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

안녕하세요!

이분은 kotlin 버전 에러였습니다.

플러터 버전에따라 같은 에러가 날 수 있습니다.

android/build.gradle 파일에서 ext.kotlin_version을 1.6.10으로 변경해서 실행해보세요.

아래 예제를 참고하시면 됩니다.

ext.kotlin_version = '1.6.10'

그래도 안되신다면 카카오 커뮤니티로 들어와서 원격 잡아주세요!

0

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

안녕하세요!

제가 직접 봐야 알 것 같습니다. 저희 카카오 커뮤니티에 들어오셔서 원격 잡아주세요!

감사합니다.

호농민님의 프로필 이미지
호농민

작성한 질문수

질문하기