On Thu, Feb 17, 2011 at 11:28 AM, [email protected] < [email protected]> wrote:
> See if the following can help you > > 1. Check the installed packages and available packages. > 2. Install the packages if not present. > > It seems AVDManager doesn't not have all the packages installed to > create the AVD > > Hope this helps > > > Even you can create new AVD from command prompt or Terminal goto ur android_path/tools then create new AVD by hitting these command: ./android create avd -n AVD_NAME t -7 where -7 is ur SDK version And to run from command prompt: ./emulator -avd AVD_NAME -platform-size 96 hope these helps too... -- Thanks and Regards Abdul Waheed -- 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

