[mono-android] I`m getting an error: Mono.Cecil.ResolutionException

2012-05-22 Thread nino
After I upgraded to Mono Android 4.2.1 I`m getting this error when I`m
building my solution:

The "LinkAssemblies" task failed unexpectedly.
Mono.Cecil.ResolutionException: Failed to resolve
System.ComponentModel.AddingNewEventArgs
   at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
   at Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body)
   at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   at Mono.Linker.Steps.MarkStep.Process()
   at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
   at Mono.Linker.Pipeline.Process(LinkContext context)
   at MonoDroid.Tuner.Linker.Process(LinkerOptions options, LinkContext&
context)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute()
   at
Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at
Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost
taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost,
ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)
Mediawire.PrintStand.Mobile.Presentation


So, can you please help me.
Regards,
Nino


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/I-m-getting-an-error-Mono-Cecil-ResolutionException-tp5709962.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] I`m getting an error: Mono.Cecil.ResolutionException

2012-05-22 Thread nino
Thank you, your reply helped me a lot.
Regards,
Nino

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/After-upgrade-to-4-2-1-I-m-getting-an-error-Mono-Cecil-ResolutionException-tp5709962p5709974.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] I`m getting an error: Mono.Cecil.ResolutionException

2012-05-22 Thread nino
The thing was, that I was using the older version of RestSharp dll, or it was
not builted in Monodroid project. But I ve get the latest
https://github.com/restsharp/RestSharp and I got that dll, whitch was
working ok, I managed to build the solution without errors.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/After-upgrade-to-4-2-1-I-m-getting-an-error-Mono-Cecil-ResolutionException-tp5709962p5709979.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


[mono-android] copying application to emulator is very slow

2012-07-01 Thread nino
Is there some solution, for this issue, because every time I`m testing, it
costs me around 4 minutes for
copying application to emulator. Aplication is about 20mb in size.

Regards,
Nino

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/copying-application-to-emulator-is-very-slow-tp5710686.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] copying application to emulator is very slow

2012-07-01 Thread nino
tryed with fast deployement in debug, but didnt helped a lot. is there some
way to fix the solution, or project.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/copying-application-to-emulator-is-very-slow-tp5710686p5710702.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] copying application to emulator is very slow

2012-07-03 Thread nino
yes, works good on the x86.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/copying-application-to-emulator-is-very-slow-tp5710686p5710728.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


[mono-android] InApp Billing on Mono for Android

2012-07-26 Thread nino
Hello,
 is there some good example on how to use in app billing in Mono Android.
Which approach to take?
how to use aidl file?

Regards,
Nino



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/InApp-Billing-on-Mono-for-Android-tp5711040.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


[mono-android] LinkAssemblies task failed unexpectedly

2012-05-21 Thread Nino Damjanowski
Hello,
I`m getting this error while trying to build my project:

The "LinkAssemblies" task failed unexpectedly.
Mono.Cecil.ResolutionException: Failed to resolve 
System.ComponentModel.AddingNewEventArgs
   at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
   at Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body)
   at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   at Mono.Linker.Steps.MarkStep.Process()
   at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
   at Mono.Linker.Pipeline.Process(LinkContext context)
   at MonoDroid.Tuner.Linker.Process(LinkerOptions options, LinkContext& 
context)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute()
   at 
Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at 
Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost 
taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, 
ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)   
Mediawire.PrintStand.Mobile.Presentation

Can you please help me here.
Regards,
Nino
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] GogleGData API MT + MA on github

2012-07-23 Thread Nino Damjanoski
Hi there,
good to know about. Thanks man.

Nino Damjanoski

- Original Message -
From: "Miljenko Cvjetko" 
To: "Discussions related to Mono for Android" 
Sent: Monday, July 23, 2012 2:18:54 PM
Subject: [mono-android] GogleGData API MT + MA on github

Hi

I have managed to prepare Google GData API SDK both for MT and MA.
I have tried for WP, but right now not enough free time to do patches etc.

https://github.com/moljac/MonoMobile.Google.GData

Problematic stuff is not removed, but:
registry is extracted as partial class into project for desktop
Tracing/HttpUtility added in System.Diagnostics project

regards

mel

-- 
Miljenko Cvjetko dipl.ing. ET
Direktor/CEO
Projektant rješenja/Solution Architect  
Razvojni programer/Senior developer
Voditelj projekta/Project Manager

IX južna obala 13
Kajzerica Zagreb
T: 385 1 777
M: 385 91 557 447 3
F: 385 1 7779556
e: mcvje...@holisticware.net
w: http://www.holisticware.net

___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid