Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/200.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何重命名android软件包名称:com.einee->;org.biggo.einee?_Android_Android Studio_React Native - Fatal编程技术网

如何重命名android软件包名称:com.einee->;org.biggo.einee?

如何重命名android软件包名称:com.einee->;org.biggo.einee?,android,android-studio,react-native,Android,Android Studio,React Native,当我尝试运行应用程序时,我的应用程序不断崩溃,我似乎在重命名方面遇到了一些问题。我的应用程序包名是com.einee,我想将其重命名为org.biggo.einee 在“项目窗格设置”中选择“隐藏中间空包” 右键单击目录Refactor->Rename 然后,在build.gradle 然后在AndroidManifest.xml中更改包名 清理和重建 简单的方法是使用 Ctrl+Shift+R 类似的问题似乎也得到了解决和解决

当我尝试运行应用程序时,我的应用程序不断崩溃,我似乎在重命名方面遇到了一些问题。我的应用程序包名是com.einee,我想将其重命名为org.biggo.einee

  • 在“项目窗格设置”中选择“隐藏中间空包”
  • 右键单击目录
    Refactor->Rename
  • 然后,在
    build.gradle
  • 然后在
    AndroidManifest.xml
    中更改包名
  • 清理和重建

  • 简单的方法是使用

    Ctrl+Shift+R


    类似的问题似乎也得到了解决和解决