-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
android emulator open and close like IOS or browser #167
Comments
Appium already does this, if you specify the We don't want this to be the norm, since emulators take so much time to boot. |
Avd opens the emulator if it is not already open, but it never close the emulator that it already opened. The problem is when you do not close android emulator, it freezes, or just stop respond to appium. The other problem is sometimes, emulator freeze on reload (this weird issue happens on yosemite OS, with android 6! after 2 or 3 restart !). For not making it a norm, we can have a parameter defined ( like a boolean |
Issue moved to appium/appium #7406 via ZenHub |
When appium is working with Browser or IOS, it will open a browser (simulator) at the start of session and close it at the end.
I am going to make android behave the same way. For example we can read
deviceName
andplatformVersion
and create AVD name according to these parameters, launch AVD (it needs these avds to be predefined [or maybe create avd if it did not find it!!]), and close it at the end of session.this way the behavior will be almost the same as other platforms. What do you think about it? any suggestions?
The text was updated successfully, but these errors were encountered: