Re: [mono-android] Slow/poor performance

2011-05-14 Thread Piotr Kryger
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 consta

Re: [mono-android] Win 7 64 bit problems?

2011-05-14 Thread Brian Long
Tom > So I was trying to build an APK for my own Notepad port (not the same as > Brian's).  It was working yesterday on my laptop (Win7 Ultimate 32 bit).  Now > I try to compile on my Win 7 64 bit PC, and I get this error: > monodroid : error 1: System.NullReferenceException: Object reference

Re: [mono-android] Slow/poor performance

2011-05-14 Thread Brian Long
Tom > 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.  :) Erm. No - not seen that one It seems Piotr found my example went through ok The only issues I'd had

Re: [mono-android] Win 7 64 bit problems?

2011-05-14 Thread Tom Opgenorth
Yup, that was the problem Changed then name of a string resource, and didn't update a layout file accordingly. Thanks! On Sat, May 14, 2011 at 06:00, Brian Long wrote: > Tom > > > So I was trying to build an APK for my own Notepad port (not the same as > Brian's). It was working yesterday on