RealtimeDatabase 정보확인 scroll down firebaseConfig.js 에 복사 외부DB 저장경로 생성 문제 Realtime Database 에 like 폴더 is not created. 작성한 코드 및 에러 메세지 [Unhandled promise rejection: ReferenceError: Can't find variable: user_id] at node_modules\@babel\runtime\helpers\asyncToGenerator.js:null in asyncGeneratorStep at node_modules\@babel\runtime\helpers\asyncToGenerator.js:null in _next at node_modules\promise\setimmediate\core.js:null in tryCallOne at node_modules\promise\setimmediate\co.. 엑스포 상태바 설치후 AVD 끊김 *** split 왼쪽창에 스테이터스 바 설치 expo install expo-status-bar ** * 에러 창 *** 에러 메시지 확인 Cannot connect to Metro. Try the following to fix the issue: - Ensure that Metro is running and available on the same network - Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run 'adb devices' to see a list of connected devices - If you're on a physical device connected t.. 백틱 에러 자기의 잘못을 널리 드러내어 고치도록 하자!! // class : template // object : instance of a class class Person { constructor (name, age){ //생성자 this.name =name; //fields this.age =age; } // method speak(){ console.log(`${this.name}:hello!`); } } const ellie = new Person('ellie', 20); console.log(ellie.name); console.log(ellie.age); ellie.speak(); 템플릿 리터럴은 백틱을 쓴다. 템플릿 리터럴은 플레이스 홀더를 이용가능하다. ${} 플레이스 홀더안의 내용은 == 함수 템플.. AVD 에뮬레이터 먹통일때 해결 방법 이전에 사용하시던 에뮬레이터가 심한 렉이 걸리는 상태여서 먹통이었던 것 같습니다! 새로 에뮬레이터를 만들어서 해결하였는데 에뮬레이터를 재시작하거나 새로 생성하시는 것을 추천드립니다. 원격지원에서는 재시작하지 않았지만 https://daydreamx.tistory.com/entry/Android-Studio-Emulator%EA%B0%80-%EA%B3%84%EC%86%8D-reboot-%EC%83%81%ED%83%9C%EC%9D%BC-%EB%95%8C 이 방법으로 재시작도 가능할 것 같습니다~! adb reverse error Android Studio를 연 다음 추가 작업 링크를 클릭하여 기기 데이터를 삭제하시면 되겠습니다 그런 다음 "AVD Manager"를 클릭하면 "Your Virtual Devices"로 이동합니다. 다음 표에서 "Actions"라는 제목을 찾아 맨 오른쪽 화살표를 클릭하면 데이터 삭제를 선택할 수 있는 드롭다운이 생성됩니다. 이전 1 2 3 4 5 다음