I'm running 4.0.4 on both a Samsung GSII and III with the same error. It was working on Gingerbread until this update.
There doesn't appear to be a 4.0.x AVD/SDK available to run in emulator either? 08-19 19:51:19.880: E/AndroidRuntime(20450): java.lang.IllegalStateException: Could not find a method searchRidesClick(View) in the activity class to.rides.FacebookLogin for onClick handler on view class android.widget.ImageView 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.view.View$1.onClick(View.java:3085) 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.view.View.performClick(View.java:3620) 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.view.View$PerformClick.run(View.java:14292) 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.os.Handler.handleCallback(Handler.java:605) 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.os.Handler.dispatchMessage(Handler.java:92) 08-19 19:51:19.880: E/AndroidRuntime(20450): at android.os.Looper.loop(Looper.java:137) I have a FacebookLogin activity that does the facebook SSO, then launches my HomeActivity. The HomeActivity View loads, and when you click one of the buttons, for some reason it looks for the handler in the FacebookLogin activity, instead of Home. Any ideas/suggestions? I'm a bit at a loss. Not finding anything changes in the Facebook SDK. Also using Roboguice 1.1.2 with Guice 2.0 if that matters. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

