Android adb not found

前端 未结 20 1820
半阙折子戏
半阙折子戏 2020-11-28 01:18

When I run my android app from eclipse, I get this error.

Unexpected exception \'Cannot run program \"/home/antz/Development/adt-bundle-linux/sdk/platform-t         


        
20条回答
  •  误落风尘
    2020-11-28 02:01

    Sometimes it's just a matter giving sdk files the necessary permissions.

    sudo chmod -R +x /path/to/android-sdk-linux
    

    Restart Android Studio and see if that fix it.

    Permission issues typically occur when you copy/move sdk files from a NTFS partition or copying from another computer.

提交回复
热议问题