Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bash: /usr/local/android-sdk-linux/tools/android: Permission denied

i am trying to install phone gap on Ubuntu. I followed all the necessary steps and successfully installed the android sdk on Ubuntu. but when I type android in the terminal it shows permission denied. How do i change the permission. The error is:

bash: /usr/local/android-sdk-linux/tools/android: Permission denied
like image 414
Manoj Rana Avatar asked Mar 15 '26 03:03

Manoj Rana


1 Answers

Set the permissions using chmod exec'd using sudo

sudo chmod a+x /usr/local/android-sdk-linux/tools/android
like image 56
laune Avatar answered Mar 16 '26 17:03

laune



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!