Issue
Is there any possibility for storing files in Android Emulator by default and without using any commands?
Solution
use adb shell method. Give this command
adb push filename.extension /your destination
Hope this helpful to you.
Answered By - user948480
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.