gpt4 book ai didi

android - 在 android 上安装 react-native 应用程序

转载 作者:行者123 更新时间:2023-12-05 08:08:11 25 4
gpt4 key购买 nike

如何在不向 Play 商店发布任何内容的情况下在我的 Android 设备上本地安装 react-native 应用程序。该应用程序是使用 create-react-native-app 命令创建的?

最佳答案

要在移动设备上本地安装您的应用,请按照以下步骤操作

  1. Enable developer mode in mobile.For android refer here

  2. Connect your android phone to your system.

  3. Follow these steps in CMD to enable platform-tools. Note: path may differ
    cd C:\Users\YourFolderName\AppData\Local\Android\Sdk\platform-tools
    adb devices
    adb reverse tcp:8081 tcp:8081

4.Once your run adb devices you can see your device in the list.

5.run your app in CMD anf App will get installed in your Mobile and check it out.

让我知道它是否有效

关于android - 在 android 上安装 react-native 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51671181/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com