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 | 31 |
Tags
- jquery dom 계층 선택자
- 재귀
- 자바입출력
- 자바
- 순열 재귀
- jquery 속성선택자
- 자바스크립트 이벤트처리
- 자바스크립트 이벤트중지
- 상속
- 알고리즘 그래프
- Java
- 자바 순열 코드
- 자바 재귀 조합
- jquery 이벤트 처리
- 자바 조합 재귀
- char to str
- parseInt()
- java Collections.sort()
- java 내부 클래스
- 후위표기
- inner class
- 순열코드
- 재귀함수
- 서로소
- Interface
- 알고리즘
- str to char array
- 조합 재귀
- java lambda
- jquery 필터선택자
Archives
- Today
- Total
유블로그
[React-Native] 리액트 네이티브 프로젝트 APK 추출 본문
$ react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle
$ react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
리액트 네이티브 프로젝트 폴더에서 위 명령어 차례로 입력 후
안드로이드 프로젝트에서
누르면
C:\프로젝트폴더\frontend\android\app\build\outputs\apk\debug
이 위치에 app-debug.apk 파일이 생긴다!!!!
에뮬레이터에 드래그앤드롭으로 설치할 수 있고 실제 기기에서 설치도 가능하다.