Reputation: 2129
I am using Ubuntu 64 bit Ubuntu 14.4 LTS. When I am trying get Android Device Monitor from android Studio "Initialising ADB" dialog shows forever.
Event Log error is
IllegalArgumentException: java.io.IOException: Cannot run program "/home/Android/Sdk/platform-tools/adb": error=13, Permission denied
Im using JDK java-7-oracle
Im getting list of devices on
adb devices
from terminal.
Can anyone help me?
Upvotes: 1
Views: 8918
Reputation: 2301
Try all these:
/home/Android/Sdk/platform-tools/adb
. use which adb
for this.chmod -R 777 platform-tools
.Try Try!
Upvotes: 3