美文网首页
could not get batchedbridge make

could not get batchedbridge make

作者: 阿_贵 | 来源:发表于2018-03-08 20:04 被阅读0次

    $ cd myproject

    $ react-native start > /dev/null 2>&1 & 

    $ curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle"

    (if the folder assets does not exists create it)

    Then run from project root

    $> (cd android/ && ./gradlew assembleDebug)

    install the created apk to you device, from location: android/app/build/outputs/apk/app-debug.apk

    let me know if that fixes your issue

    相关文章

      网友评论

          本文标题:could not get batchedbridge make

          本文链接:https://www.haomeiwen.com/subject/dvtufftx.html