You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: