Simulate SD storage

Rusty

Well-Known Member
Licensed User
Longtime User
I have many small files that need to be available to the app. Currently, I load them into the Files are in the development environment. When I compile and run the app, these files cause the compiler/loader to time out. Is there a way or place to load these files that might simulated the files being pre-loaded on an SD card or other permanent location to avoid this continual download/timeout problem? Thanks in advance.
 

Rusty

Well-Known Member
Licensed User
Longtime User
Simulated SD storage

Thanks, Erel.
Within the simulator, does this create permanent storage of these files or do I need to run this every time I start the AVD? I assume in a non-simulated environment, I will copy the folder/files to the SD card and these will exist until removed.
Also, my installation of the Android SDK, the adb program exists within:
C:\Program Files (x86)\Android\android-sdk-windows\platform-tools folder. No problem, maybe my installation is unusual.
 
Upvote 0
Top