Skip to content
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

Extra step to find config file in case emulator has been renamed #1816

Merged
merged 4 commits into from Jan 3, 2020

Conversation

gustavos60
Copy link
Contributor

  • This is a small change

When renaming an emulator on Android Studio, inside home/.android/avd/ only the .ini file gets renamed, the .avd folder stays with the old name. Passing an emulator that has been renamed on detox configuration causes detox to crash as it tries to find the config file inside a folder that doesn't exist. This PR means to fix the crash by adding an extra step, getting path to the .avd folder from the .ini file.

@noomorph noomorph merged commit 4c7c07a into wix:master Jan 3, 2020
@noomorph
Copy link
Collaborator

noomorph commented Jan 3, 2020

@gustavos60, thank you for your contribution!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants