Friday, June 2, 2017

Setting Proxy in Android Emulator

Go to Your Android Studio SDK Location in command Line  . The default location is as follows -->

C:\Users\anshpand\AppData\Local\Android\sdk\tools

After navigating to the SDK location, start your emulator using the following command 

emulator -avd Nexus_5_API_23 -http-proxy www-my.proxyserver.com:80


Here Nexus_5_API_23 is the name of your emulator.

No comments:

Post a Comment

Push notification in Oracle JET Hybrid application

Below are the main steps involved: First android device sends Sender ID, application ID to GCM/FCM for registration Upon successful reg...