I am developing an application for android devices which uses Expansion Files, and want to test it on AVD. My application contains code for manual download the Expansion Files, but it fails while running on AVD (calling onDownloadStateChanged
method with value STATE_FAILED_FETCHING_URL
, and shows the message: "Download stopped becouse he resources could not be found"). I tested the application on real devices and it worked. How can I make the download work, or add the Expansoin Files manually?
If it change sometiong, my computer runs Windows 7 and I use Eclipse IDE Juno Release.