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
refactoring in order to start moving functionality from emulate to run command (#2614)
* rename method
* renamed method
* removed obsolete code
* removed unnecessary code and fixed stubs after renaming
* moved --availableDevices option to run command
* fixed up wrong inheritance
* moved platform specific code to appropriate place
* minor updates after review
this.$errors.failWithoutHelp(`The NativeScript CLI requires Android runtime ${AndroidProjectService.MIN_RUNTIME_VERSION_WITH_GRADLE} or later to work properly.`);
@@ -432,7 +436,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
this.$errors.failWithoutHelp(`${pluginData.name} has Podfile and you don't have Cocoapods installed or it is not configured correctly. Please verify Cocoapods can work on your machine.`);
0 commit comments