Pregunta

I'm running a Mac with the newest OS X Mountain Lion.

I didn't have this problem before, but then I needed to enable the root user. Since then (just assuming, because it could be caused by something else) I can't download any content from the Android SDK Manager. It fails with a message (Permission denied). I'm able to do the update from the root user. That's kinda problematic. What can I do about it?

¿Fue útil?

Solución 2

I had to delete eclipse, download it again and install all content all over on my standard account. Then it worked

Otros consejos

Find out where your Android SDK is installed via Eclipse Preferences. Change the permissions of that folder to globally accessible chmod -R o+rwx <folder path> (or at least make it accessible to your user account)

You might need sudo for that chmod call.

A more secure option would be to copy the entire folder to your own home directory somewhere and use that as Android SDK path in eclipse.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top