You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
After setting ANDROID_AVD_HOME environment variable, which doesn't seem to be set by default, to whatever, I was able to get rid of the sdk undefined issue
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:
Cause: target=Google Inc.:Google Play:27 is not parsable compared to what it's expecting.
Expected: ignore the avd, or parse differently.
The text was updated successfully, but these errors were encountered: