skip to Main Content

I am currently working on a Pepper app in Android Studio, but unfortunatly since this morning i cant connect to my robot anymore. The connection takes place via the Tools integrated into the SDK and uses ADB.

Both, the pepper and my Laptop are logged into the same network, and it worked fine until yesterday, but today the connection can’t be established anymore.

Android-Studio-Pepper-Connection

The Pepper is set up correctly and ADB is active.

Does anyone have any idea how i can get this connection established again?

2

Answers


  1. Chosen as BEST ANSWER

    I uninstalled my Andoid-Studio including all SDKs and JDKs. After reinstalling everything from the beginning the issue was gone.


    • Try restarting the ADB server.
    • Disable and enable ADB from the robot tablet.

    Also are you using the IP for robot browser or for run/debug config?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search