Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- AWS조사
- APPEND
- appendChild
- 인터프리터
- JavaScript
- 기초공부
- scope
- 개발툴
- CSS
- node.js
- complexity
- prototype
- 생활코딩
- 스코프
- Big-O notation
- css기초
- 재귀함수
- let
- AWS기초
- 코드스테이츠
- 클로저
- AWS
- node.js설치
- 메모이제이션
- vscode
- var
- 리커젼
- flex기본
- IT
- 원본과 복사본
Archives
- Today
- Total
Jveloper
2019. 08. 02 이머시브 수업 10주차 - 5일 (react native android debugging error) 본문
Project/HopeQuery
2019. 08. 02 이머시브 수업 10주차 - 5일 (react native android debugging error)
Jveloper 2019. 8. 3. 01:18
android debugging error


react native android debugging error시 참고자료 : https://stackoverflow.com/questions/40898934/unable-to-connect-with-remote-debugger
- 디버깅이 안될때 먼저 chrome 을 열고 시도를 한다
- Dev Settings 에 들어가서 Debug server host & port for device 에 들어간 뒤 localhost:8081을 작성한다
라고 하면 해결이 될 줄 알았지만...

console.log를 칠때 import console = require('console') 이라는것이 생겨나서 계속 error가 나는거였다...
혹시 나중에 도움이 될 수 있으니 오늘도 열심히 블로깅을 작성한다