-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
When using the nativescript demo application, when I attempt to run tests using nativescript-dev-appium, the application crashes using parseEmulatorsAvds() in the AndroidController class.
Steps to repro:
- Get hold of the Android Accelerated Oreo avd. You do this by installing Visual Studio for Mac Community Edition, and installing their default device.
- Open the test repo https://github.com/bsmithb2/nativescript-mobile-bug
- Run the repo in VS Code (or run.ts in anywhere really.
- parsePlatforms on my Mac has android-27 and android-28 installed
- parseEmulatorsAvds() crashes "cannot read property 'sdk' of undefined"
Cause: target=Google Inc.:Google Play:27 is not parsable compared to what it's expecting.
Expected: ignore the avd, or parse differently.
Metadata
Metadata
Assignees
Labels
No labels