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.
我想将我的 React Native android 应用程序包名称更改为类似的名称,com.foo.bar但它只允许com.foo在我更改时出现问题。
com.foo.bar
com.foo
是否有适当的方法将其更改为使用子包名称?
谢谢。