Vijay Laxmi
Vijay Laxmi

Reputation: 175

How can i push files in sdcard - android

adb remount I get the following error device not found.

I am trying to create a folder and push multiple files on sdcard. When I try to use the command I have already created sdcard for my emulator.

I am using android with eclipse.

Anyone have a solution to this?

Upvotes: 0

Views: 1229

Answers (1)

Juned
Juned

Reputation: 6326

Here is the tutorial about push files on SD Card

http://www.coderzheaven.com/2011/03/24/how-to-add-files-like-images-inside-your-emulator-in-android/

Upvotes: 1

Related Questions