mobile_launch_app - Failed #219
Replies: 3 comments
-
|
Hey @rams-kroger . Can you please run this command from your command line (cmd or powershell) ? I wonder what the error is. I think it's good for us to add more information about the error coming from adb. But for the time being, please just run this "adb -s emulator-5554 shell monkey -p com.android.chrome -c android.intent.category.LAUNCHER 1" |
Beta Was this translation helpful? Give feedback.
-
|
OH! Silly me!!! it's the 1>/dev/null 2>/dev/null. I'm so sorry about this. I'll add this to the test suite and I'll release a fix today, I'll tag you. Thanks for the bug report. |
Beta Was this translation helpful? Give feedback.
-
|
This was solved long time ago, on October 25th release. I'm closing this now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI All - I am using visual studio code to connect to Android Emulator, but facing challenge when trying to open an app inside emulator, can you please help me in overcoming this issue (but emulator was recognized and connected)?
Error from Step: Ran "mobile_launch_app"
Input
{
"device": "emulator-5554",
"packageName": "com.android.chrome"
}
Output
Error: Command failed: /Users/xxxxx/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell monkey -p com.android.chrome -c android.intent.category.LAUNCHER 1 1>/dev/null 2>/dev/null
Beta Was this translation helpful? Give feedback.
All reactions