0

i really need some help with this..i have done a lot of search and googling but none of the solutions worked out for me.. until 2-3 months ago i could get the emulator running at a decent time..but lately the emulator won't start..it will stay forever in the "android" screen.. i ve uninstalled and reinstalled sdk 2-3 times after uninstall i also had system checked and restarted for potential errors..but no result i ve installed all the necessary files, images etc.. i ve tried cmd launching no difference..disabling boot aniumation, still nothing.. i even left the emulator all night long to load but still no success.. the only solution left that i can think of is fresh install of the windows from the scratch.. :(

nikolas
  • 723
  • 2
  • 17
  • 37

1 Answers1

2

can you run

adb -e logcat

Command, try to see if there's anything meaningful displayed there? That command accesses the log for the currently running emulator.

It might shed more light on the boot loop.

Max Raskin
  • 1,042
  • 1
  • 14
  • 26
  • can you please tell me full path to run this? yesterday before uninstall the logcat (over esclipse) was literally "on fire" it kept displaying messages.. but there is no "weird logging" today.. :S – nikolas Aug 24 '12 at 19:17
  • try Android SDKs\platform-tools\adb.exe from the comamnd prompt :) – krilovich Aug 24 '12 at 19:38
  • shall i load log to rapidshare or sth..?? lots of lines.. :S – nikolas Aug 24 '12 at 19:43
  • seems like you're getting many ANR's (Application-Not-Responding) during startup, did you try to delete the AVD image and recreate a new one? Maybe try different versions of Android images e.g 2.2, 2.3, 3.x ,4.x – Max Raskin Aug 25 '12 at 07:12
  • Try also looking here: http://stackoverflow.com/questions/2317167/helloandroid-emulator-problem/7167568#7167568 might be of help – Max Raskin Aug 25 '12 at 07:18
  • i have deleted and remade avds many many times.. but it didn't help at all.. :S – nikolas Aug 25 '12 at 21:37
  • the other stack overflow link didn't improve the situation afterall..i did install it in root directory c:/ i editted process so that to use both processors..but still nothing.. – nikolas Aug 29 '12 at 01:06