0

I am using the MobileHub example app v0.16 to build my own app with it. I changed the application ID in build.gradle (Module:app). Do I also have to modify the package in the AWSMobileHelper manifest to avoid conflicts with other apps?

4

1 回答 1

1

不需要修改 AWSMobileHelper 模块的程序包名称。但是,它应该与您的应用程序包名称不同。应用程序的应用程序 ID 必须是唯一的,但包名称不是。在您正在编译的每个应用程序中,包名称必须是唯一的;因此,例如,您不能依赖两个使用相同包名的 android 模块。

于 2017-05-31T18:21:52.357 回答