Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将将我的应用发布到 Google Play。我的项目有多个用于组织目的的包。这会导致问题吗?我应该将所有 .java 文件移到一个包中吗?
您可以在项目中拥有任意数量的包,唯一对 android 市场重要的是您在清单文件中声明的包,package="com.mypackage.miproyect"因为该包将被标记为应用程序 ID,因此它应该是唯一的。
package="com.mypackage.miproyect"