我在应用程序中更改了软件包名称。
如果我创建了android签名的捆绑包,则会遇到以下错误。
E:\JayVyas\CodeBase\Lapeno2\Lapeno\app\build\intermediates\merged_manifests\peerServerRelease\processPeerServerReleaseManifest\merged\AndroidManifest.xml:40: error: resource mipmap/ic_launcher (aka com.lapeno_testing:mipmap/ic_launcher) not found.
E:\JayVyas\CodeBase\Lapeno2\Lapeno\app\build\intermediates\merged_manifests\peerServerRelease\processPeerServerReleaseManifest\merged\AndroidManifest.xml:40: error: resource string/app_name (aka com.lapeno_testing:string/app_name) not found.
E:\JayVyas\CodeBase\Lapeno2\Lapeno\app\build\intermediates\merged_manifests\peerServerRelease\processPeerServerReleaseManifest\merged\AndroidManifest.xml:40: error: resource mipmap/ic_launcher_round (aka com.lapeno_testing:mipmap/ic_launcher_round) not found.
E:\JayVyas\CodeBase\Lapeno2\Lapeno\app\build\intermediates\merged_manifests\peerServerRelease\processPeerServerReleaseManifest\merged\AndroidManifest.xml:40: error: resource mipmap/ic_launcher_round (aka com.lapeno_testing:mipmap/ic_launcher_round) not found.
如何解决此问题?
预先感谢