Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is covered in the <a href="http://developer.android.com/guide/developing/tools/emulator.html#sdcard" rel="nofollow noreferrer">Emulator Documentation</a>.</p> <p>The emulated SD Card image is single file which the Emulator reads to and writes from.</p> <p>You can specify to create an SD Card when you create the <a href="http://developer.android.com/guide/developing/tools/avd.html" rel="nofollow noreferrer">Android Virtual Device (AVD)</a> using the <a href="http://developer.android.com/guide/developing/tools/othertools.html#android" rel="nofollow noreferrer"><code>android</code> GUI</a> (for example from within Eclipse by clicking the <img src="https://content.screencast.com/users/davweb/folders/Snagit/media/b94bc36b-ae8e-4660-b57c-4730156c755b/12.23.2009-12.08.18.png" alt="alt text"> button):</p> <p><a href="https://content.screencast.com/users/davweb/folders/Snagit/media/e003e54f-026d-4dfe-b851-82be6d78f742/12.23.2009-12.02.54.png" rel="nofollow noreferrer" title="Click for full size"><img src="https://content.screencast.com/users/davweb/folders/Snagit/media/e003e54f-026d-4dfe-b851-82be6d78f742/12.23.2009-12.02.54.png" width="200"/></a></p> <p>Or you can create an SD Card using the <a href="http://developer.android.com/guide/developing/tools/othertools.html#mksdcard" rel="nofollow noreferrer"><code>mksdcard</code> command</a>.</p> <p>To use an SD Card image when you start your emulator pass the <code>-sdcard</code> option to the <code>emulator</code> command:</p> <pre><code>emulator -sdcard c:/path/to/my/sdcard </code></pre> <p>If you're using the <code>android</code> GUI to start your Emulators you need to have specified the SD Card when you created your AVD.</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.
    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