PS C:\Users\cyryl\workspace> android create avd --name test --target 2
Android 1.6 is a basic Android platform.
Do you wish to create a custom hardware profile [no]
Error: Folder C:\Users\cyryl\.android\avd\test.avd is in the way. Use
--force if you want to overwrite.
PS C:\Users\cyryl\workspace> android create avd --name test --target 2
--force
Android 1.6 is a basic Android platform.
Do you wish to create a custom hardware profile [no]
Exception in thread "main" java.lang.StackOverflowError
at java.io.WinNTFileSystem.list(Native Method)
at java.io.File.list(Unknown Source)
at java.io.File.listFiles(Unknown Source)
at com.android.sdklib.internal.avd.AvdManager.recursiveDelete
(AvdManager.java:952)
at com.android.sdklib.internal.avd.AvdManager.recursiveDelete
(AvdManager.java:954)
at com.android.sdklib.internal.avd.AvdManager.recursiveDelete
(AvdManager.java:954) \
[[and so on....]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---