[Solved] Android studio..i got an error while running the hello world on android studio 6 can you please solve it [closed]


You can try the following to get ADB working:

  • First search for adb.exe in processes of task manager and end it and try to run application.

If the above doesn’t work or you can’t see adb.exe in task manger go for the next way

  • Open command prompt, give path of platform-tools and write following commands one after other

    1. adb kill-server
    2. adb start-server

solved Android studio..i got an error while running the hello world on android studio 6 can you please solve it [closed]