Skip to content

Android package name mismatch issues #2187

@bradmartin

Description

@bradmartin

This is kind of difficult to explain, but here is what I did and couldn't figure it out for a couple hours until it dawned on me what I did couple days ago.

I was running livesync, all was going well and then I started to prep for releasing the app so I changed the package name in the package.json, and I forgot to change it in the app.gradle located in app_resources/android. I had forgotten all about app.gradle that I set the package name there weeks ago when I started the app. So it's value didn't match what the package.json value for the app was. So I did my build, started to livesync and the CLI synced everything but the app was not launching (obvious now) but it threw me off for a while.

You all will know better than I on maybe some informational message to the user about this when the CLI is running, most people won't remember to track that down cause they probably rarely touch app.gradle. Curious to hear what you all think, if you need more info let me know.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions