-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Tell us about the problem
This problem is only occurring on a specific app, specifically this one: https://github.com/tjvantoll/nadidas. I do not have this problem with the default {N} template. I’m only flagging this now because this is the app we plan on using as part of the {N} DevDay keynote demo.
If I use tns run android the CLI is able to successfully build this app; it successfully installs the .apk file; but it no longer launches the app on my AVD. I have to manually go into the apps list and launch the app.
This same behavior occurs during LiveSync. The watcher detects my change, but the CLI is unable to relaunch my app to show that change.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 3.2.0
- Cross-platform modules: 3.1.0
- Runtime(s): I’ve hit the same problem with both 3.1.1 and 3.2.0
- Plugin(s): See https://github.com/tjvantoll/nadidas/blob/master/package.json
Please tell us how to recreate the issue in as much detail as possible.
For me it’s as simple as cloning the repo and running tns run android. It’s quite possible that it’s something specific about my machine that’s causing the problem.
Here’s a full log of tns run android --log trace: https://gist.github.com/tjvantoll/b550885d0fc66edb30b4bed482309671
Any help would be greatly appreciated.