On Jun 20, 2012, at 4:58 AM, goran wrote:
>  after create default app (with Button and click) in VS 2010
>         1   run  with no debugger  
>             ( I try with API 14 and API 8  too )
>             I get :
>                    name.name.apk 
>                    name.name-Signed.apk
>         2  adb install -r  name.name-Signed.apk
>         3  I get  on lg gt540 adndroid ver. 2... -my app
>            everything is OK 
>        BUT
>          when run this  I get message  
>                Sorry....
>                unexpectedly stopped ..
>    where is wrong ?

You can always look at the Android Debug Log:

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

However, this is probably a Debug app, and you probably have Fast Deployment 
enabled. This means that the .apk is not self-contained, and installing just 
the -Signed.apk onto your device will _not_ result in a runnable app.

If you want to easily install your .apk onto another device, you should build a 
Release app.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to