ContributionsMost RecentMost LikesSolutionsRe: Unable to connect to the Android Device (when run from Jenkins, works perfeclty from within TC)Re: Unable to connect to the Android Device (when run from Jenkins, works perfeclty from within TC) Hi, I founded some kind of solution. Jenkins run TestComplete as 64 bit from source: C:\Program Files (x86)\SmartBear\TestComplete 12\x64\bin\TestComplete.exe You need to change source in Jenkins to run TestComplete.exe on: C:\Program Files (x86)\SmartBear\TestComplete 12\bin\TestComplete.exe or simpler solution: You can cheat and create shortcut "TestComplete.exe" in source C:\Program Files (x86)\SmartBear\TestComplete 12\x64\bin\ from source C:\Program Files (x86)\SmartBear\TestComplete 12\bin\ and then Jenkins will be running TestComplete as 32 bit. It's work for me