[android-developers] Re: Google Plugin Beta 2.4 - C2DM Always tries to register at local ip and times out.

2011-06-19 Thread Andy Bryant
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


[android-developers] Re: CursorTreeAdapter ?

2008-04-02 Thread Andy Bryant

Hi Mihai,

I get the same stack trace intermittently when deleting a group in
ExpandableListView. I think it's to do with whether your groups are
expanded. There's a bug raise on this issue here...
http://code.google.com/p/android/issues/detail?id=553

-Andy

On Feb 18, 2:34 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hello
 I have created an ExpandableListView with a CursorThreeAdapter.
 Everything works fine until i want to modify some data in the cursor :
 cursor.updateInt();
 cursor.commitUpdates(); - at this moment i get this errors :

 What do you think ? Is this a bug or just my problem ?

 DEBUG/dalvikvm(1610): Exception Ljava/lang/NullPointerException; 
 fromCursorTreeAdapter.java:383 not caught locally
 DEBUG/dalvikvm(1610): Exception Ljava/lang/NullPointerException; from
 ZygoteInit.java:1553 not caught locally
 DEBUG/AndroidRuntime(1610): Shutting down VM
 WARN/dalvikvm(1610): threadid=3: thread exiting with uncaught
 exception (group=0x4000fdf8)

 ERROR/AndroidRuntime(1610): Uncaught handler: thread Main exiting due
 to uncaught exception
 ERROR/AndroidRuntime(1610): java.lang.NullPointerException
 ERROR/AndroidRuntime(1610):     at android.widget.CursorTreeAdapter
 $MyCursorHelper$MyContentObserver.onChange(CursorTreeAdapter.java:383)
 ERROR/AndroidRuntime(1610):     at android.database.ContentObserver
 $NotificationRunnable.run(ContentObserver.java:40)
 ERROR/AndroidRuntime(1610):     at
 android.os.Handler.handleCallback(Handler.java:455)
 ERROR/AndroidRuntime(1610):     at
 android.os.Handler.dispatchMessage(Handler.java:78)
 ERROR/AndroidRuntime(1610):     at android.os.Looper.loop(Looper.java:
 91)
 ERROR/AndroidRuntime(1610):     at
 android.app.ActivityThread.main(ActivityThread.java:3052)
 ERROR/AndroidRuntime(1610):     at
 java.lang.reflect.Method.invokeNative(Native Method)
 ERROR/AndroidRuntime(1610):     at
 java.lang.reflect.Method.invoke(Method.java:356)
 ERROR/AndroidRuntime(1610):     at android.os.ZygoteInit
 $MethodAndArgsCaller.run(ZygoteInit.java:1547)
 ERROR/AndroidRuntime(1610):     at
 android.os.ZygoteInit.main(ZygoteInit.java:1445)
 ERROR/AndroidRuntime(1610):     at
 android.dalvik.NativeStart.main(Native Method)
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Any plans for another SDK update before end of challenge?

2008-04-01 Thread Andy Bryant

Thanks for the link Peli. That settles it.

On Apr 1, 4:54 pm, Peli [EMAIL PROTECTED] wrote:
  The million dollar question - is the Android dev team shooting for one
  more release before April 14th?

 The question has been answered 
 here:http://groups.google.com/group/android-developers/browse_frm/thread/7...

 Peli
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---