Unable to add a file under SDcard in Android Linux Emulator -
i trying add file under linux android emulator . followed following procedure
$android_emulator/tools>./mksdcard -l 256m mysdcard.img $android_emulator/tools>chmod 777 mysdcard.img
the mysdcard.img
created read write permissions. in android emulator run as>run configurations>target
-- selecting emulator/avd
, in commandsline typing
-sdcard "/android_emulator/tools/mysdcard.img
after -l should give label name
> ./mksdcard -h mksdcard: create blank fat32 image used android emulator usage: mksdcard [-l label] <size> <file>
Comments
Post a Comment