본문 바로가기

gradle7

Flutter 안드로이드 스튜디오에서 개발된 플러터 프로젝트에 대한 정식 .gitignore 파일은 무엇인가요?, What is a legit .gitignore for a Flutter project that is developed in Android Studio? 질문 플러터 프로젝트를 개발하는 동안 안드로이드 스튜디오에서 사용할 수 있는 정당한 .gitignore는 무엇인가요? 지금까지 작성한 내용은 다음과 같습니다. 하지만 안드로이드 스튜디오에서 프로젝트를 열 때 Dart 지원을 활성화하거나 프로젝트를 탐색할 수 없습니다. #flutter specific .flutter-plugins .DS_Store .dart_tool/ .packages .pub/ build/ android/app/google-services.json .idea/ android/key.properties pubspec.lock doc/api/ #ios specific ios/.generated/ ios/Podfile* ios/Flutter/Debug.xcconfig ios/Flutter/R.. 2023. 9. 6.
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.
Flutter 버그! '_BuildScript_' 소스 유닛에서 '의미 분석' 단계에서 예외가 발생했습니다. Apple Arm에서 지원되지 않는 클래스 파일 주 버전 61입니다., BUG! exception in phase 'semantic analysis' in source unit '_Bui.. 질문 저는 Android Studio Canary 2020.3.1.22를 설치하고 Apple Silicon(ARM) Mac에서 Flutter 프로젝트를 실행하려고 합니다. 하지만, default 플러터 카운터 앱을 실행하려고 할 때 다음과 같은 오류가 발생합니다. 다음은 저가 받은 오류입니다: Could not open settings generic class cache for settings file '/Users/khamidjonkhamidov/StudioProjects/dummy/android/settings.gradle' (/Users/khamidjonkhamidov/.gradle/caches/6.7/scripts/f0emg6u6oecmxqzgk5g9nn4ui). > BUG! exception i.. 2023. 6. 18.
Flutter 플러터/리액트 네이티브/안드로이드 네이티브 앱의 SHA-1을 생성하세요., Generate SHA-1 for Flutter/React-Native/Android-Native app 질문 I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I don't know how to do that, I saw some posts that indicate to run a command, but there I need a jks file I guess, and flutter doesn't create that. Could someone help me? 답변 터미널 터미널에서 프로젝트 폴더로 이동합니다. 맥 keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass androi.. 2023. 5. 17.