need help changing my package name in eclipse(需要帮助在 Eclipse 中更改我的包名)
问题描述
所以我的包名现在是 com.soundboard.
so my package name is com.soundboard right now.
显然这个名字被占用了......我在整个包名中更改它时遇到了麻烦.
obviously this name is taken...I am having trouble changing it throughout the package name.
我在这里查看了一些帖子并进行了重构 > 重命名并将其更改为更原始的名称.当我尝试上传新的 .apk 时,我收到了相同的消息,即包名已被使用.
I checked a few posts here and did the refactor > rename and changed it to a more original name. When I tried to upload the new .apk I got the same message that the package name has been taken.
当我将清单中的 package="com.soundboard" 行更改为其他内容时,我在保存时在所有其他页面 (.javas) 中都出现错误.
When I change the package="com.soundboard" line in the manifest to something else I get errors all throughout all the other pages (.javas) when I save.
推荐答案
使用eclipse修改包名的步骤
Step for changing package name using eclipse.
1- 右键单击项目.
2- 选择 Android 工具.
3- 选择重命名应用程序包
4- 输入新的应用程序名称,然后按 OK.
这篇关于需要帮助在 Eclipse 中更改我的包名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:需要帮助在 Eclipse 中更改我的包名


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01