On Sun, Mar 14, 2010 at 7:09 PM, KE <[email protected]> wrote: > Error: Unable to read AVDs > Error: /Users/kevinpowers/.android/ is not a directory! This is the > path of preference folder expected by the Android tools.
It seems like the tools was unable to create .android in your home folder, and then everything breaks (because we probably don't properly handle this major but unlikely error). Do you know why it would fail to create the .android folder? Are you running the app with restricted priviledges? The Eclipse behavior is pretty standard. The same NPE exception is throw, Eclipse absorbs it and doesn't do anything. Xav -- Xavier Ducrohet Android SDK Tech Lead Google Inc. Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

