[mono-android] Installing Assemblies Failed

2011-12-21 Thread John Croft
I am trying to run a simple app and after selecting a physical phone to run the app on, the mono for android runtime is installed successfully, followed by the platform, followed by the app. Then it says it is installing assemblies gets to 79% and then says that installing assemblies failed and th

[mono-android] Reading from a file

2011-12-22 Thread John Croft
I have the following code: void OpenFile() { byte[] content = new byte[1024]; try { Stream fis = OpenFileInput(QUICKEDIT_FILENAME); if (fis.Read(content,0,content.Length) > 0) {

[mono-android] Using MediaRecorder

2011-12-28 Thread John Croft
When I try to call MediaRecorder.SetAudioSource(AudioSource.Mic) I get the following error and stack trace: UNHANDLED EXCEPTION: Java.Lang.RuntimeException: Exception of type 'Java.Lang.RuntimeException' was thrown. I/MonoDroid(20246): at Android.Runtime.JNIEnv.CallVoidMethod (intptr,intptr,Androi