Android APK Test 용으로 추출하기


Signed APK 가 아닌 테스트 용 APK 만들기 

1. Project root 에 아래 명령어 입력 

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/

2. Android Studio 에서 APK 만들기 

3. 우측하단에 locate를 눌러 apk 파일 위치로 이동 

4. 블루스택에 추가해서 테스트 

You may also like...

댓글 남기기

이메일은 공개되지 않습니다.