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 中更改我的包名
基础教程推荐
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
