Results 1 to 1 of 1
Thread: Error 13 on Run
-
04-17-2012, 04:56 PM #1Member
- Join Date
- Apr 2012
- Posts
- 1
Error 13 on Run
Hello all,
This is my first post here.
I am a newbie android developer. I encounter the error below on when i try to run a simple hello world program.
On my IDE, i get an error on this lineCode:[2012-04-17 23:48:50 - adb] Failed to get the adb version: Cannot run program "/media/Research/android-sdk-linux/platform-tools/adb": java.io.IOException: error=13, Permission denied from '/media/Research/android-sdk-linux/platform-tools/adb' - exists=true
and cleaning the project or importing R.java does not help. I am using the latest android SDKCode:setContentView(R.layout.main);
Has anyone here encountered this problem and solved it?
please help


Reply With Quote