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
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)
{
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