On Dec 17, 2012, at 11:12 AM, Javier Martínez Sáez <[email protected]>
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
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid