개발/디버깅에 사용되는 apk를 만드는 본 프로그램의 절차에 대해 대답합니다. 서버를 개발하지 않은 장치에 서명하지 않은 apk를 구축하고 설치합니까?
응답: 서버가 개발되지 않은 장치에 서명하지 않은 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
Reference
이 문제에 관하여(개발/디버깅에 사용되는 apk를 만드는 본 프로그램의 절차에 대해 대답합니다. 서버를 개발하지 않은 장치에 서명하지 않은 apk를 구축하고 설치합니까?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/siddharth2212/react-native-steps-to-creating-apk-for-development-debugging-2o47
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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
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
Reference
이 문제에 관하여(개발/디버깅에 사용되는 apk를 만드는 본 프로그램의 절차에 대해 대답합니다. 서버를 개발하지 않은 장치에 서명하지 않은 apk를 구축하고 설치합니까?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/siddharth2212/react-native-steps-to-creating-apk-for-development-debugging-2o47텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)