본문 바로가기

buildfailed3

Flutter 플러터: 작업 ':app:compileDebugKotlin'을(를) 실행하지 못했습니다., Flutter: Execution failed for task ':app:compileDebugKotlin' 질문 I tried running the default flutter app from flutter create on my android device but it throws me an error. Can someone help? Launching lib\main.dart on SM G610F in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:compileDebugKotlin'. Could not resolve all artifacts for configuration ':app:debugCompi.. 2023. 8. 28.
작업 ':app:mergeDexDebug'을(를) 실행하지 못했습니다. Firestore | Flutter, Execution failed for task ':app:mergeDexDebug'. Firestore | Flutter 질문 Firestore를 프로젝트에서 사용하려고합니다. 내 프로젝트는 새로운 것이지만, 앱을 에러 없이 장치에서 실행하는 데 문제가 있습니다: ':app:mergeDexDebug' 작업을 실행하는 동안 실행이 실패했습니다. 내 앱은 AndroidX를 사용하고 있습니다. google-services.json 파일을 추가하고 단계를 따랐습니다. Yaml 파일: dependencies: cloud_firestore: ^0.13.3 android/build.gradle: com.google.gms:google-services:4.3.3 전체 오류: 실패: 예외가 발생하여 빌드에 실패했습니다. 무엇이 잘못되었는지: ':app:mergeDexDebug' 작업을 실행하는 동안 실패했습니다. com.android.bu.. 2023. 8. 12.
Flutter 플레이스토어 오류: 앱 번들에 네이티브 코드가 포함되어 있으며 디버그 심볼을 업로드하지 않았습니다., Playstore error: App Bundle contains native code, and you've not uploaded debug symbols 질문 새로운 플러터 앱 번들을 Playstore에 출시하려고 할 때 다음 오류가 발생합니다: "This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug." 이를 해결할 수 있는 방법을 찾을 수 없습니다. 플러터와 앱 출시에 대해 새로운 사용자이며 조금 절망적입니다... 도움이 필요합니다. 앱/build.gradle에 "android.defaultConfig.ndk.debugSymbolLevel = 'FULL'" (1번째 줄에)을 추가하면 https://de.. 2023. 5. 12.