Getting started with Android code samples - permissions error

Posted by StevenX on Stack Overflow See other posts from Stack Overflow or by StevenX
Published on 2010-04-25T20:29:34Z Indexed on 2010/04/25 20:33 UTC
Read the original article Hit count: 186

Filed under:

New to android. Running Eclipse on Ubuntu 9.10 with Android SDK plugin installed and working. Trying to get some code samples from http://developer.android.com/resources/samples/get.html , and following its procedure to load said samples in Eclipse yields:

Parent of resource: /home/user/android-sdk/platforms/android-4/samples/Notepad/.project is marked as read-only.

chmod is not recursive, so I entered ~/android-sdk/platforms and "chmod 777 *" ie. all folders in /platforms. Still doesnt work. Appears to be be a bug in Eclipse that wants to create the project in the SDK folder rather than under ~/workspace.

© Stack Overflow or respective owner

Related posts about android-sdk