개발/디버깅에 사용되는 apk를 만드는 본 프로그램의 절차에 대해 대답합니다. 서버를 개발하지 않은 장치에 서명하지 않은 apk를 구축하고 설치합니까?

1354 단어

응답: 서버가 개발되지 않은 장치에 서명하지 않은 apk를 구축하고 설치합니까?


2017년 2월 10일
106

이 절차를 따르십시오.
당신의 js를 묶습니다:
색인이 있다면안드로이드.프로젝트 루트에서 js를 실행합니다
react-native bundle --dev false --platform android --entry-file index.android.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug
색인이 있다면프로젝트 루트에서 js를 실행합니다
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
창조
Open Full Answer

좋은 웹페이지 즐겨찾기