-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If emulated device is not running, Appium always failed with "Error type 3..." #851
Comments
I'm not sure you already tried as no logs but did you try out appium:avdReadyTimeout? |
Yes, I tried this. Above log with the following settings:
|
Please attache the full server log as a gist. It looks like emulator booting status then |
I don’t have development environment for now, so can’t check it out but it looks like emulator or android os related just after the os starts.
Did you check it when Appium started while the device was starting? So, the emulator was not up completed yet |
If emulated device is not running, Appium always failed with
Error: Cannot start the 'io.appium.settings' application. Consider checking the driver's troubleshooting documentation. Original error: Error executing adbExec. Original error: 'Command '/opt/android-sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start-activity -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' exited with code 1'; Command output: Error type 3 Error: Activity class {io.appium.settings/io.appium.settings.Settings} does not exist.
If the device has already been running, there is no error.
Environment
system-images;android-35;google_apis;x86_64
Appium Server logs
The text was updated successfully, but these errors were encountered: