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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -