xSAVIKx/AndroidScreencast

Programm failed to launch

Opened this issue · 0 comments

Following is the last message which I can read at the console, when configuring a false adb path - improvement: catch the exception!

08:27:38 [WARN ] [AbstractApplicationContext] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'androidDeviceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.IDevice com.github.xsavikx.androidscreencast.api.AndroidDeviceImpl.device; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDevice' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.github.xsavikx.androidscreencast.app.DeviceChooserApplication]: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
08:27:38 [DEBUG] [DefaultSingletonBeanRegistry] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@36d4b5c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,applicationConfiguration,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,androidDeviceImpl,shellCommandExecutor,adbInputCommandFactory,fileInfo,injector,multiLineReceiverPrinter,screenCaptureThread,androidScreencastApplication,deviceChooserApplication,JFrameExplorer,JDialogExecuteKeyEvent,JFrameMain,initDevice,initBeanFactory,initAndroidDebugBridge]; root of factory hierarchy
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'androidDeviceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.IDevice com.github.xsavikx.androidscreencast.api.AndroidDeviceImpl.device; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDevice' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.github.xsavikx.androidscreencast.app.DeviceChooserApplication]: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
        at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:84)
        at com.github.xsavikx.androidscreencast.spring.config.ApplicationContextProvider.getApplicationContext(ApplicationContextProvider.java:17)
        at com.github.xsavikx.androidscreencast.Main.main(Main.java:15)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.IDevice com.github.xsavikx.androidscreencast.api.AndroidDeviceImpl.device; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDevice' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.github.xsavikx.androidscreencast.app.DeviceChooserApplication]: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
        ... 13 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'initDevice' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.github.xsavikx.androidscreencast.app.DeviceChooserApplication]: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:464)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
        ... 15 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceChooserApplication': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
        ... 28 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.android.ddmlib.AndroidDebugBridge com.github.xsavikx.androidscreencast.app.DeviceChooserApplication.bridge; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
        ... 40 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initAndroidDebugBridge' defined in com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
        ... 42 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.android.ddmlib.AndroidDebugBridge]: Factory method 'initAndroidDebugBridge' threw exception; nested exception is java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
        ... 54 more
Caused by: java.lang.IllegalArgumentException: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at com.android.ddmlib.AndroidDebugBridge.<init>(AndroidDebugBridge.java:548)
        at com.android.ddmlib.AndroidDebugBridge.createBridge(AndroidDebugBridge.java:326)
        at com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration.initAndroidDebugBridge(ApplicationConfiguration.java:26)
        at com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration$$EnhancerBySpringCGLIB$$6d307dba.CGLIB$initAndroidDebugBridge$2(<generated>)
        at com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration$$EnhancerBySpringCGLIB$$6d307dba$$FastClassBySpringCGLIB$$dd8fae5.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
        at com.github.xsavikx.androidscreencast.spring.config.ApplicationConfiguration$$EnhancerBySpringCGLIB$$6d307dba.initAndroidDebugBridge(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
        ... 55 more
Caused by: java.io.IOException: Cannot run program "C:UsersEnnoAppDataLocalAndroidandroid-sdkplatform-toolsadb.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at java.lang.ProcessBuilder.start(Unknown Source)
        at com.android.ddmlib.AndroidDebugBridge$1.run(AndroidDebugBridge.java:606)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        ... 3 more