Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Same issue here, I'm running a mac mini with 8GB of RAM and MacOS Lion. It used to work with the old AVD with some random crashes every now and then but since the last update to APi 17 it's a pain in the ass.</p> <p>The ADT bundle doesn't work at all. After tweaking the memory limits on eclipse.ini file it throws random memory errors. Also it's not been able to download and install the m2e (maven to eclipse) plugin.</p> <p>I moved to IntelliJ and I'm able to launch AVD manager but none of the "old" created devices work. If I create a new one and I launch it it works until I close it, then I have to restart the Mac and create a new device. Also it randomly shows errors when I want to delete those old created virtual devices.</p> <p>Also the DDMS fails to start. I launch it, shows its icon on the Dock but it doesn't respond until I force close. What a Nightmare. </p> <p>** EDIT ** I found at android dev bug tracker this issue when you're running 2 screens: <a href="https://code.google.com/p/android/issues/detail?id=40556&amp;q=adt&amp;colspec=ID%20Type%20Status%20Owner%20Summary%20Stars">https://code.google.com/p/android/issues/detail?id=40556&amp;q=adt&amp;colspec=ID%20Type%20Status%20Owner%20Summary%20Stars</a></p> <p>This is happening to me with the android emulator. I solved it like this: cd ~/.android/avd ls *.avd </p> <p>Now choose the emulator that is crashing and</p> <pre><code>cd name_of_the_emulator.avd touch emulator-user.ini vi emulator-user.ini </code></pre> <p>And now reset window.x, that's window.x=0 exit and run the emulator.</p> <p>If you move and close the emulator to the secondary screen it will crash the next time you want to run it. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload