Hello,
I updated to ionic 5 yesterday. Using Visual Studio Code
When running my application with livereload enabled the application is successfully opened.
Then I started receiving these messages in log.
[native-run] 2019-06-04T13:55:28.994Z native-run:android:utils:adb:waitForClose Error received from adb: { Error: Command failed: C:\Users\robert.lebovich\AppData\Local\Android\Sdk\platform-tools/adb -s emulator-5554 shell ps | grep io.ionic.starter
And the debugger cannot be started.
When I close the application in emulator manually I receive this message
Error in the Ionic live reload server:
Error: Command failed: C:\Users\robert.lebovich\AppData\Local\Android\Sdk\platform-tools/adb -s emulator-5554 shell ps | grep io.ionic.starter
Or there is a timeout if I do nothing.
Is there something I can do about it? To run debugger?
Thank you.