init
with package-name
specified creates Android project in a broken state
#2205
Labels
init
with package-name
specified creates Android project in a broken state
#2205
Environment
Description
When
package-name
is specified ininit
the Android project is setup incorrectly.MainActivity.kt#getMainComponentName()
sets the name to the package name rather than the app name. Once the app starts you'll see a LogBox error stating the component hasn't been registered.Reproducible Demo
MainActivity.kt will contain:
But should be:
The text was updated successfully, but these errors were encountered: