When you run your app against your local app engine, Eclipse generates
a file assets/debugging_prefs.properties.

The app checks if this file exists (see Util.getDebugUrl) and if so
uses that to determine where to connect to. It not it uses the value
defined in Setup.PROD_URL.

So you can either uninstall the app on your phone, then reinstall but
don't debug against local app engine. Or edit Util or Setup classes as
these are both in your project for you to play with.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to