Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Configure proxy in Titanium for Android Emulator

Hello,

In my application, I need to be connect to the Internet from my Emulator.
I've a proxy in my Enterprise, so I need to pass by him everytime I launch my app from Titanium.

When I launch an Android Emulator by not passing from Titanium, I can configure the proxy like that and it work, I can access to the Internet from my Emulator :
emulator -avd myAvd -http-proxy myProxy

So How can I do to automatically configure the emulator proxy's when I launch my application from Titanium ?

Regards,

— asked September 16th 2010 by Remi Delcourt
  • proxy
0 Comments

1 Answer

  • Remi, does Don's answer here help you?

    — answered November 16th 2010 by Paul Dowsett
    permalink
    1 Comment
    • Or, you can run a Titanium-created AVD (should be preceded by titanium_) from the command line manually with your proxy config as you currently do, and then hit launch from Titanium Developer to kick off the build and deploy the APK.

      — commented November 16th 2010 by Kevin Whinnery
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.