[mono-android] Run from MonoDevelop often fails

2012-08-12 Thread Igor Russkih
I'm getting in trouble trying to Run/Debug application from the MD (3.0.3). It basically says: Installing 'xxx-Signed' pkg: /data/local/tmp/xxx-Signed.apk 579 KB/s (2848292 bytes in 4.796s) *Failed to install package* But logcat shows that package was installed! BackupManagerService( 146):

Re: [mono-android] Crittercism Bindings

2012-08-12 Thread Hani Gobran
Hi Atsushi, Thanks for your response. I am able to build the app, now to see if it will work correctly with MonoDroid. Thanks, Hani -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Atsushi Eno Sent: Sunday, August 12,

Re: [mono-android] Crittercism Bindings

2012-08-12 Thread Atsushi Eno
From the names I think those types are obfuscated (the type names are like 'a', 'b', ...) and prevents bindings sanity. You should filter them out by describing "removal" in Metadata.xml in XPath for obj/Debug/api.xml like: api="/api/package[@name='']/class[string-length(@name) = 1]" /> a

Re: [mono-android] Using webView.AddJavascriptInterface with MonoDroid

2012-08-12 Thread Robert Jordan
On 10.08.2012 07:05, Craig Dunn wrote: there's a recipe with code for that - so it should definitely work Unfortunately, Android's Javascript bridge doesn't work on Gingerbread (60% market share) due to this bug: http://code.google.com/p/android/issues/detail?id=12987 Robert ___

[mono-android] Crittercism Bindings

2012-08-12 Thread Hani Gobran
Has anyone been able to get Android Crittercism (http://www.crittercism.com/) library to bind. When I try I get the following errors: generated\src\Com.Crittercism.Service.CrittercismService.cs(25,25): Error CS0542: 'A': member names cannot be the same as their enclosing type (CS0542) (Cri

Re: [mono-android] error with keytool

2012-08-12 Thread Robert Jordan
On 11.08.2012 04:28, simpleweb wrote: trying to prepare my first app for Google play. I used the following sample code keytool -genkey -v -keystore .keystore -alias -keyalg RSA -keysize 2048 -validity 1 getting error about specified file not found. I ran this in C:\Program Files\Java\jre7\

Re: [mono-android] outline in MD in MfA

2012-08-12 Thread Wally McClure
Thanks Craig. I was having problems finding it. I have it now. Wally Date: Sun, 12 Aug 2012 16:35:15 +1000 From: craig.d...@gmail.com To: monodroid@lists.ximian.com Subject: Re: [mono-android] outline in MD in MfA wally, did you end up finding this? View > Pads > Document Outline (in MonoD