📍[에러] v/fa inactivity disconnecting from the service
📍[에러] v/fa inactivity disconnecting from the service 모바일/에뮬레이터에서 앱을 제거합니다. 그런 다음 Android 스튜디오의 기본 메뉴 표시줄에서 파일 옵션으로 이동합니다. 그런 다음 Invalidatecasha/restart를 클릭합니다. [참고]https://stackoverflow.com/questions/46080700/v-fa-inactivity-disconnecting-from-the-service
- App(앱)_관련 공부 모음/[Android 관련]
- · 2022. 9. 24.
📍[오류] Ignoring header X-Firebase-Locale becuase its value was null.
🟦📍[오류 해결] Ignoring header X-Firebase-Locale becuase its value was null. Ignoring header X-Firebase-Locale because its value was null. ▶️ 해결 Test 시도할 때, 입력한 비밀번호의 길이가 너무 짧아서 발생한 것이다. 최소 6자리 이상의 비밀번호를 입력해야한다.
- App(앱)_관련 공부 모음/[Android 관련]
- · 2022. 9. 16.
[Android] 에뮬레이터 실행 오류 해결 방법
-> Run 이후에도 계속 검은 화면이 뜰 때 해결 방법 1) AVD Manager 클릭 2) 실행할 에뮬레이터 우클릭 -> Cold Boot Now 클릭 3) 오류 없이 정상 실행된다.
- App(앱)_관련 공부 모음/[Android 관련]
- · 2022. 4. 9.
[Android]_구글 로그인 연동하기
1. 프로젝트 버전 build.gradle 파일 dependencies 에 google-services 버전은 4.2 이상이어야 함 classpath 'com.google.gms:google-services:4.3.10' 2. Add Library Dependency에서 com.google.android.gms 추가하기 3. Project단위로 들어가서 구글 web_client_id 직접 가져오기 4. binding-> 버튼 이벤트 처리
- App(앱)_관련 공부 모음/[Android 관련]
- · 2022. 4. 8.