Monday, 10 February 2014

OSX android AVD wont save from eclipse ADT

I couldn't get AVDs to save (it was giving me a null error) from within the Eclipse ADT.
Turns out you need to make sure your .android folder in your home directory is owned by you and is writeable.

E.g.

sudo chown -R yourusername:staff ~/.android
sudo chmod -R 770 ~/.android