Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an SD Card image file for the Android emulator? [closed]

I need to create an SD Card image file for an Android emulator that I am running. Given that I am a beginner at Android development, a complete step-by-step tutorial would be awesome.

like image 710
user1413437 Avatar asked May 25 '12 12:05

user1413437


1 Answers

There is a command line program for doing that called mksdcard: https://developer.android.com/studio/command-line/mksdcard.html

like image 191
Yury Avatar answered Oct 10 '22 16:10

Yury