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

Update Android emulator path to support SDK Tools >=25.3.0 #700

Merged
merged 2 commits into from
May 19, 2018

Commits on Apr 29, 2018

  1. Update Android Emulator Path

    Since Android SDK Tools 25.3.0 (March 2017) The Android Emulator was removed from the SDK Tools package and moved to a different SDK directory. 
    For recent API versions (and depending on the OS architecture) running the old tools/emulator can cause errors because the different architecture versions of the emulator won't be found in the tools folder of the Android SDK.
    Given that from August this year the minimum target version required for submitting apps to the Play store will be API 26, the path of the emulator should be updated.
    elyalvarado authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    d1bab9e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Check if new Emulator Path exists before setting it

    Updated the constructor to use the new Emulator path if it exists, or else continue using the old emulator path. This allows backward compatibility with users of older Android SDK versions.
    elyalvarado authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    4b4cd41 View commit details
    Browse the repository at this point in the history