Today I tried the Evaluation Version of "Mono for Android" But everytime I
try to
deploy the Test Application(just the source code of a new Projekt without
any changes)
but everytime I get this error.
The code is this:
====================Begin Code=====================
using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace MonoAndroidApplicationTest
{
[Activity(Label = "MonoAndroidApplicationTest", MainLauncher = true,
Icon = "@drawable/icon")]
public class Activity1 : Activity
{
int count = 1;
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
// Set our view from the "main" layout resource
SetContentView(Resource.Layout.Main);
// Get our button from the layout resource,
// and attach an event to it
Button button = FindViewById<Button>(Resource.Id.MyButton);
button.Click += delegate { button.Text = string.Format("{0}
clicks!", count++); };
}
}
}
=========================End Code================================
When I try do deploy the App from Visual Studio to the AVD I got these 2
screens:
http://mono-for-android.1047100.n5.nabble.com/file/n5058858/error_mono.png
http://mono-for-android.1047100.n5.nabble.com/file/n5058858/error_mono2.png
and if I try MonoDevelop I got this Message
Getting package list from device
Installing shared runtime package on device
===========================Begin Debug=======================
pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk
There is not enough storage space on the device to store the package.
62 KB/s (25638810 bytes in 403.094s)
Installing the platform framework
=======================End Debug=============================
I already set the Space of the Virtual device to 1 gigabyte.
I use Windows 7 Enterprise x64 with SP1. I tried every of the precreated
Mono for Android AVDs
and my own created AVDs but it doesnt work on any Virtual Device.
Best Regards
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Cannot-Deply-Android-App-from-Visual-Studio-2010-and-MonoDevelop-2-8-4-2-to-AVD-tp5058858p5058858.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid