Sunday, November 23, 2014

updating android studio to 0.8.4 on Mac

While updating Android Studio 0.8.4 on Mac, you might get an error message to remove the sdk out of application.

To resolve the issue, have android sdk copied to some place else and delete the sdk inside the android studio.

cd /Android\ Studio.app 
ls
rm -rf sdk

When launching android studio after update, just point the android studio to location where you have copied the sdk.

No comments:

Post a Comment