Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Solution to running a faster emulator:</p> <p><a href="http://androiddevnotes.com/2011/03/08/1299521520000.html">http://androiddevnotes.com/2011/03/08/1299521520000.html</a></p> <p>Runs my game a lot faster, comparable to phone quality.</p> <p><strong>-- Update 08/24/12 --</strong></p> <p>I see that people still come here and comment on this answer, and I have done more research on this issue. I present to you the results of my findings.</p> <p><em><strong>NOTE:</strong> These tests were run on my computer, your computer may be different.</em></p> <ol> <li>Running an Android 2.2 (armeabi) emulator with Property 'Device ram size' = 2048 will fail, just as before</li> <li>Running an Android 2.2 (armeabi) emulator with Property 'Device ram size' = 2048 <strong>MB</strong> will pass, <strong>however</strong> if you actually check the ram on the device, its around 128 MB. <ul> <li>check 1: Settings > Applications > Running Services - add all the numbers on the bottom of the screen</li> <li>check 2: run the following command in adb shell: <code>cat /proc/meminfo/</code> and note the <strong>MemTotal</strong> field</li> </ul></li> <li>Running an Android 4.1 (armeabi-v7) emulator with Property 'Device ram size' = 2048 will work, <strong>however</strong> if you actually check the ram on the device its around 512 MB <ul> <li>check 1: Settings > Apps > Running tab - add all the numbers on the bottom of the screen</li> <li>check 2: run the following command in adb shell: <code>cat /proc/meminfo/</code> and note the <strong>MemTotal</strong> field</li> </ul></li> <li>Running an Android 4.1 (armeabi-v7) emulator with Property 'Device ram size' = 2048 <strong>MB</strong> will work as well, but with the same results as 3.</li> </ol> <p><strong>Conclusion</strong></p> <p>Adding <strong>'MB'</strong> as noted in some of the comments below may allow your device to be launched, however it doesn't <strong>actually</strong> have 2 GB of RAM. Even with a 4.1 Emulator, the RAM Size is at 512 MB.</p> <p><strong>Recommendation</strong></p> <p>Please use an actual device for testing.</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