Ubuntu – Failed to run Android SDK manager

androiddevelopment

I have installed Android SDK in my Eclipse EE IDE. Now I'm trying to open the Android SDK manager but getting error as in following image

Even I tried to see the android console as shown in image, No error shows in console.
[is LogCat console for Android? I searched error for as android console].

Thank you

Best Answer

try this

chmod -R uga+rwx <android-sdk-folder>
Related Question