본문 바로가기

AndroidStudio27

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.
Flutter Firestore가 Android Studio에서 D8 오류를 발생시킵니다. 요청된 클래스를 하나의 dex 파일에 맞출 수 없습니다. (# methods: 71610 > 65536), Flutter Firestore causing D8: Cannot fit requested classes in a single dex fil.. 질문 저는 최신 버전의 안드로이드 스튜디오에서 Flutter 앱과 함께 firestore를 사용하려고 합니다. 저는 정확히 이 지침을 따랐습니다. https://www.youtube.com/watch?v=DqJ_KjFzL9I&list=PLjxrf2q8roU2HdJQDjJzOeO6J3FoFLWr2&index=9 저는 지난 주에 다른 앱에서 작동했던 것도 있습니다. 이제 pubspec.yaml을 업데이트하는 모든 단계를 완료한 후 새 앱을 실행하려고 하면 다음 오류가 발생합니다. 이 예에서는 여기에서 볼 수 있는 것 외에는 변경된 코드가 없는 새로운 플러터 카운터 앱에서 오류가 발생합니다. D8: Cannot fit requested classes in a single dex file (# methods: .. 2023. 5. 13.
Flutter 플러터 명령을 찾을 수 없습니다., Flutter command not found 질문 현재 안드로이드 스튜디오 터미널에서 Flutter 명령어가 작동하지 않는 것 같습니다. 제가 프로젝트 루트에서 실행하려고 시도하고 있다고 생각합니다. 출력 결과: bash: flutter: command not found 답변 Flutter 경로를 올바르게 설정해야 합니다. macOS 설치 - 경로 업데이트에서: Flutter SDK를 설치한 디렉토리를 확인합니다. 이 정보는 3단계에서 필요합니다. $HOME/.bash_profile을 엽니다(또는 생성합니다). 터미널에서 nano ~/.bash_profile을 입력하여 텍스트 편집기를 사용할 수 있습니다. macOS v10.15 (Catalina)는 기본적으로 Z 셸을 사용하므로 $file HOME/.zshrc를 편집합니다. 다른 셸을 사용하는 경.. 2023. 5. 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.