I am running an Android application on an emulator. This application is trying to download an html file using the webview api.
I also have a simple HTTP server running on the same computer in the directory where I want to execute the request using the following python command:
python -m SimpleHTTPServer 800
However, I could not access this link through the application or browser on the emulator:
HTTP: // local: 800 / demo.html
Please let me know if I missed something.
python android android-emulator webview
Vicky
source share