-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MainActivity.kt #28
Comments
I think this is not causing issue in my cases but It could be good to change also this one, if we change this one we also need to edit the folder names on android side since the package name will change |
This caused an issue for me, until I renamed the class name in
|
This was the same for me, apparently it must be the same as the namespace under androidmanifestxml |
I come up with a work around for new reader. Just add this line then my manifest.xml would be like this If your project has already had that line, just make sure it is equal to the namespace of your project folder structure. Hope this work around help! |
Need to change the package name in MainActivity.kt also.
I faced this issue when signing and building the app
The text was updated successfully, but these errors were encountered: