android - IllegalArgumentException: java.io.IOException: Cannot run program,error=13, permission deny -


when try platform , plugin updates, event log said:

illegalargumentexception: java.io.ioexception: cannot run program "/home/xieyi/linuxsdk/platform-tools/adb": error=13, ζƒι™δΈε€Ÿ(permission deny).

what wrong? running root, why permission deny?

solution change permission in ubuntu:)

go platform-tools directory of android sdk. /android/sdk/platform-tools# ls

this show adb not in green color. execute /android/sdk/platform-tools# chmod +x *

after restart studio , again check in command line pervious command ls, notice adb in green color.

hope work :) enjoy


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -