On Dec 17, 2012, at 11:12 AM, Javier Martínez Sáez <jav...@externalia.com> 
wrote:
> I have built, aligned and signed my app..
>  
> Then I install it using adb.

Is this a Debug build or a Release build?

>From the logcat output, I suspect that this is a Debug build (or it's a 
>Release app with the shared runtime enabled, which is not a supported 
>configuration). Debug builds are not "stand-alone"; they require the presence 
>of other packages and files be installed on the target.

Debug builds should be installed from within the IDE, or lacking that, with 
MSBuild:

        MSBuild /t:Install YourApplicationProject.csproj

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to