Skip to content
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

Throw error or handle name vs bundle mismatch #662

Closed
bweissbart opened this issue May 29, 2019 · 1 comment
Closed

Throw error or handle name vs bundle mismatch #662

bweissbart opened this issue May 29, 2019 · 1 comment

Comments

@bweissbart
Copy link
Member

bweissbart commented May 29, 2019

Currently, if the name property in the environment configuration doesn't match the last value in the bundleIds.android property, running Android will lead to a MainActivity not found error. We should either add an error if name.toLowerCase() doesn't equal the last token of bundleIds.android, or better figure out where this is being created and find a better solution.

For example, if name is set to 'TestApp' and the bundleId is set to 'com.brandingbrand.test', the error is: Activity class {com.brandingbrand.testapp/com.brandingbrand.testapp.MainActivity} does not exist.

@nathan-sankbeil
Copy link

Duplicate of #258

@nathan-sankbeil nathan-sankbeil marked this as a duplicate of #258 Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants