I got the same error, when trying to setup splash screen in my project
(though sample project from Brian worked fine).
I found the problem was line setContentView(R.layout.splash) in
SplashActivity.java - commenting this one made my project compile and deploy
fine. As a workaround I replaced constant name R.layout.splash with its
value, which can be found in obj/android/src/R.java
file. Now it works. Any ideas what was the reason? (btw. would be great to
see more meaningfull error messages from monodroid).

--
Piotr

2011/5/14 Tom Opgenorth <t...@opgenorth.net>

> Just gave this a quick try - got a 'System.Exception: "jarsigner" exited
> with code 1.'.
>
> Before I dig too deep into this, thought I'd see if there were any sage
> words of advice.  :)
>
> TIA.
>
> On Thu, May 12, 2011 at 16:30, Brian Long <blong.uk+monodr...@gmail.com>wrote:
>
>> >>if there are any instructions/help that anyone can provide to document
>> the splash screen process, that would be great.
>>
>> Wally, I may be able to help on this one
>>
>> The sample Mono for Android app at
>> http://blong.com/Downloads/MonoAndroidJavaSplashScreenApp.zip uses a
>> Java splash screen, which appears pretty promptly.
>>
>> Of course once it invokes the main Mono for Android activity, there
>> can be a delay, but since the user has already seen a part of the app
>> on screen, psychologically this isn't so bad.
>>
>> It's pretty much the template project with a splash screen on the
>> front, implemented in Java.
>>
>> - Brian
>> _______________________________________________
>> Monodroid mailing list
>> Monodroid@lists.ximian.com
>>
>> UNSUBSCRIBE INFORMATION:
>> http://lists.ximian.com/mailman/listinfo/monodroid
>>
>
>
>
> --
> http://www.opgenorth.net
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to