I make a application. whose download data from server. it’s work proper on device. but, in My system Android Emulator not working.
Emulator have not internet Connection. how i configure, Please Help me.
I use Titanium Studio.
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://developer.android.com/guide/developing/tools/emulator.html
In Table 1. See the row labelled ‘Network’. This contains the flags you need to specify in order to configure the emulator to work on your own network/DNS/proxy etc.
If you are using Eclipse you can configure this in your run time settings, otherwise specify these flags in your script that starts the emulator/command line.
Hope this helps.
EDIT:
I notice you’re not using Eclipse, sorry I misread before. Wherever you start your emulator, you need to specify the network settings using the command-line flags. For example:
Or
These flags can usually be configured in your IDE if your IDE supports integrated Android Emulator.