[mono-android] pp crashes when opening

Jonathan Pryor jonp at xamarin.com
Mon Dec 17 16:46:57 UTC 2012


On Dec 17, 2012, at 11:12 AM, Javier Martínez Sáez <javier at 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



More information about the Monodroid mailing list