Issue
My app needs to configure settings for the user by reading from a one-time user profile config file at Downloads folder (when the app is run for the 1st time). I cannot figure out where to put that test config file in the Studio AVD emulated device. I tried created a 'test' folder in the Downloads folder in AVD device, and thought it might show up somewhere in the .android/ where AVD devices seem to be. But, can't find nothing..
Is it possible to put a file in AVD for test & use by the app?
Solution
Yes,just drag your file into AVD window,it will be copied to Downloads folder automatically.
Or you can use adb command to do that like following picture
Answered By - aolphn
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.