On Sun, Apr 19, 2009 at 7:39 PM, Noah <[email protected]> wrote: > Also, strangely enough, the emulator worked after copying the files to > C but saved emulator-user.ini and other *.img files to the location on > D.
That's because the content of .android/avd/ contains links to the data directory of the AVD. So .android/avd/<name>.ini contains a link with the <name>.avd folder which by default is in .android/avd/ as well. By moving the <name>.ini you only made the emulator able to find the <name>.avd folder in your D:\ folder instead of making it uses the one under C:\ This mechanism is to allow the user to specify any path for an AVD (at creation time) in case the home folder is on a network drive (or any other reasons). Xav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
