Hhhmmm, when I look at errors like below, I would like to make a wild guess:
> W/dalvikvm(1044): Unable to resolve superclass of > Lcom/caar/app/XXXXXXXXXXXXXXXX/interfaces/ws/BanServiceLocator; Are you getting this problem with the release build? If yes, then most probably inside your proguard.cfg you need to specify that the necessary classes should not be stripped out from the generated binary. But, as I said, this is just a wild guess. ------------------------------------------------- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered-assistant.blogspot.com -- 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

