- Download the Android SDK and copy it into a folder, e.g. C:\Program Files (x86)\Android SDK
- Create a folder for your SDK home, e.g. C:\Android.
- Set the system environment variable ANDROID_SDK_HOME=C:\Android
- Run "SDK Manager.exe" and download any additional targets as required.
- Create a new Android Virtual Device (AVD). It will save to C:\Android\.android\avd.
- Open a new command prompt as administrator.
- Run C:\Program Files (x86)\Android SDK\sdk\tools\emulator -avd <My AVD Name> -http-proxy <server>:<port> -dns-server <DNS Server>
- Start the device.
- Go to settings->Wireless & networks->mobile networks->Access Point Names. Press menu button. an option menu will appear.
- From the option menu select New APN.
- Click on Name. provide name to apn say My APN.
- Click on APN. Enter www.
- Click on Proxy. enter your proxy server IP. you can get it from Internet Explorer's internet options menu.
- Click on Port. enter port number in my case it was 8080. you can get it from internet explorers internet options menu.
- Click on User-name. provide user-name in format domain\user-name. generally it is your systems login.
- Click on password. provide your systems password.
- press menu button again. an option menu will appear.
- Press save this and try to open your browser.
Tuesday, 11 June 2013
Installing the Android Emulator
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment