1
如何從我的react-native項目構建android apk? 這個命令「react-native run-android」在文件夾android \ app \ build \ outputs \ apk \ 上創建app-debug.apk但是當我在手機上安裝它時,出現錯誤「Unable to download JS bundle」 。當我開始在模擬器我第一次使用命令來解決這個問題:如何從我的react-native項目構建android apk?
react-native start curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle"
我做到了,但是當我在我的智能手機上運行這個apk後,apk強行關閉。 – Maksim
檢查[this](http://stackoverflow.com/questions/35406657/react-native-android-application-has-stopped/35413351#35413351) –
非常感謝。 – Maksim