"No media found". How to insert image in android -
I'm new to Android programming so if someone helps me then I would be really grateful
I am trying to implement Steganography in Android but my problem is that I do not know how to insert images in Android. That's why I'm getting I tried c: & gt; Adb push c: \ image1.png /sdcard/image1.png But I get this command prompt. failed to copy 'c: Also keep in mind that you edit - apparently Edit - I think you have to turn off the USB mounting option when you will use ADB to push files. It seems that your comment about the gallery is not searching for your media. "no media was found" . Please help me with it.
mnt / sdcard . It works for me:
adb push README mnt / sdcard
adb shell ls & lt; Path & gt; , which may be sent to you on the right track
sdcard to
mnt / sdcard and also works for me using the named file Doing
image1.png is also working. Maybe you have a problematic file already on that place?
Comments
Post a Comment