Reputation: 12312
I am developing a Windows Phone application which is tightly bound on the data which is stored on the phone.
My device has low screen dimensions (480 x 800), but I need to test my application on devices with higher screen dimensions, for which I am using windows phone emulators provided with the SDK.
Is there any easy way to make emulators use the data on my phone (i.e. SD card contents, for, for instance)?
Upvotes: 0
Views: 48
Reputation: 9444
Yes you could do it from the Additional Tools
from the WP Emulator
.
Reference: Accessing SD from Emulator
Upvotes: 1