Hi,

There should always be some sort of error when an app crashes, check the
logcat:

http://docs.xamarin.com/android/advanced_topics/android_debug_log

Is logcat enabled on the physical device? My app works fine on the emulator, not a physical device

My 2 guesses are:

- You haven't added the INTERNET permission.
- You aren't using an address/IP to the web service that the device can
resolve.

Internet is enabled and checked to see if the phone is connected before it does anything and if it's working on the emulator and returning the correct data, then it should also work on the actual device

I'm going to knock together a quick and dirty webservice and a quick and dirty droid app. If it dies, then I'll put it onto BZ. The app itself (source + images etc) is about 2.4Mb - compiled it hits 5.5Mb which is a tad large for BZ!

Paul
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to