cordova-android/bin/templates/cordova/lib
Chris Alfano 109112ae75 CB-13571: (android) Prevent crash with unrecognized android version
Fixes issue where commands that list images will crash when an image with a version not present in `android-versions` is encountered, as is presently the case with API 27:

```
cordova run android --list
Available android devices:
Available android virtual devices:
LEVEL: null
ERROR: TypeError: Cannot read property 'semver' of null
An unexpected error has occured while running list-emulator-images with code 2: Error: /home/chris/Repositories/acp-guidelines/cordova/platforms/android/cordova/lib/list-emulator-images: Command failed with exit code 2
```

Signed-off-by: Chris Alfano <chris@jarv.us>
2017-12-22 15:56:26 -05:00
..
builders CB-13602: We were setting the path wrong, this is hacky but it works 2017-11-22 13:18:38 -08:00
Adb.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
android_sdk.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
AndroidManifest.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
AndroidProject.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
AndroidStudio.js Finishing the linting 2017-06-27 13:15:04 -07:00
build.js CB-13601: Fixing lint error and mis-spelling of variable 2017-11-22 11:47:05 -08:00
check_reqs.js Merge pull request #413 from infil00p/StudioThreeFix 2017-11-01 10:26:53 -07:00
device.js Merge branch 'master' into StudioProjectCompat 2017-06-26 10:29:31 -07:00
emulator.js CB-13571: (android) Prevent crash with unrecognized android version 2017-12-22 15:56:26 -05:00
getASPath.bat CB-12605 In Windows get Android studio path from the registry 2017-06-22 10:55:39 -07:00
install-device Refactoring Android project-level and platform scripts to use Q.js 2013-10-16 13:10:53 -04:00
install-device.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00
install-emulator Refactoring Android project-level and platform scripts to use Q.js 2013-10-16 13:10:53 -04:00
install-emulator.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00
list-devices CB-12546: move check_reqs to templates directory and update module references. 2017-03-20 10:08:36 -07:00
list-devices.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00
list-emulator-images CB-12546: move check_reqs to templates directory and update module references. 2017-03-20 10:08:36 -07:00
list-emulator-images.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00
list-started-emulators CB-12546: move check_reqs to templates directory and update module references. 2017-03-20 10:08:36 -07:00
list-started-emulators.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00
log.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
plugin-build.gradle Update maven repo to include most recent lib versions 2017-08-29 17:27:02 +02:00
pluginHandlers.js CB-13612: eslint fix 2017-11-28 13:09:07 -08:00
prepare.js Fixing cordova-cli related bug 2017-08-04 12:00:39 -07:00
retry.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
run.js CB-12895 : fixed eslint errors 2017-06-23 08:07:08 -07:00
start-emulator Refactoring Android project-level and platform scripts to use Q.js 2013-10-16 13:10:53 -04:00
start-emulator.bat CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces 2017-07-28 14:23:53 +03:00