← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177331]: Building android-robot-x.x.jar on OS X with sdk r15

 

Question #177331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177331

    Status: Open => Solved

Oliver Bartley confirmed that the question is solved:
Looking into the code, I've discovered the root of my problems: From
AndroidScreen.java, line 53:

      try{
         AdbBackend adb = new AdbBackend();
         if(timeoutMs<0 || deviceIdRegex == null)
            _dev = adb.waitForConnection();
         else
            _dev = adb.waitForConnection(timeoutMs, deviceIdRegex);
      }


waitForConnection() is now a member of MonkeyDevice proper, it seems the .adb package has been removed.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.