Deployment: Error: unknown host service

Everything else that doesn't fall into one of the other categories.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Deployment: Error: unknown host service

Post by IdeasVacuum »

So, same Android Device as used in all my tests but now I have a different deployment failure:
ANDROID_HOME=C:\SpiderBasic\Android\android\sdk
JAVA_HOME=C:/Program Files/Java/jdk1.8.0_144/
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
...
error: unknown host service
Has anyone had this error before?
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: Deployment: Error: unknown host service

Post by MrTAToad »

Essentially, it looks like the old wait-for-device and wait-for-devices did the same thing, but that isn't the case with your SDK, in which the two do different things...

I'm presuming, of course, ADB is being used to transfer to the Android machine...
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Deployment: Error: unknown host service

Post by IdeasVacuum »

Well, it seems to be a Windows 7 thing. System Manager shows an issue with the MTP driver, but if I verify, pop-up says all is well and if I uninstall-reinstall the problem persists. :(

I can however deploy the APK file via the Device's file explorer, so not dead in the water yet :D
Post Reply