Looks like I missed the more important part:

 

  C:\Program Files\MSBuild\Novell\mandroid.exe -v --nosign
--sdk-dir="e:\Android\android-sdk"
--builddir="E:\Projects\Work\Warehouse\IncoDroid\obj\x86\Debug\android"
--framework-dir="C:\Program Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v2.2" --framework-dir="C:\Program
Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0"
-S="E:\Projects\Work\Warehouse\IncoDroid\obj\x86\Debug\res"
--package="IncoDroid.IncoDroid"   --linksdkonly --abi="armeabi"
--java-sdk-dir="C:\Program Files\Java\jdk1.6.0_27" --debug
--sdk-platform="8"
"E:\Projects\Work\Warehouse\IncoDroid\bin\x86\Debug\IncoDroid.dll"
"E:\Projects\Work\Warehouse\Android.Business\bin\x86\Debug\Android.Business.
dll"
"E:\Projects\Work\Warehouse\Android.Data\bin\x86\Debug\Android.Data.dll"
"C:\Program Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v2.2\Mono.Android.dll"
"C:\Program Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll" "C:\Program
Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.Core.dll" "C:\Program
Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.dll"
"C:\Program Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.Xml.dll" "C:\Program
Files\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.Xml.Linq.dll" 

monodroid : error 1: Mono.Linker.ResolutionException: Can not resolve
reference: System.Boolean System.Threading.AutoResetEvent::Set()
[E:\Projects\Work\Warehouse\IncoDroid\IncoDroid.csproj]

    at Mono.Linker.Steps.MarkStep.ResolveMethodDefinition
(Mono.Cecil.MethodReference method) [0x00000] in <filename unknown>:0 

    at Mono.Linker.Steps.MarkStep.MarkMethod (Mono.Cecil.MethodReference
reference) [0x00000] in <filename unknown>:0 

    at Mono.Linker.Steps.MarkStep.MarkInstruction
(Mono.Cecil.Cil.Instruction instruction) [0x00000] in <filename unknown>:0 

    at Mono.Linker.Steps.MarkStep.MarkMethodBody (Mono.Cecil.Cil.MethodBody
body) [0x00000] in <filename unknown>:0 

    at Mono.Linker.Steps.MarkStep.ProcessMethod (Mono.Cecil.MethodDefinition
method) [0x00000] in <filename unknown>:0 

    at Mono.Linker.Steps.MarkStep.ProcessQueue () [0x00000] in <filename
unknown>:0 

    at Mono.Linker.Steps.MarkStep.Process () [0x00000] in <filename
unknown>:0 

    at Mono.Linker.Steps.MarkStep.Process (Mono.Linker.LinkContext context)
[0x00000] in <filename unknown>:0 

    at Mono.Linker.Pipeline.Process (Mono.Linker.LinkContext context)
[0x00000] in <filename unknown>:0 

    at MonoDroid.Tuner.Linker.Run (Mono.Linker.Pipeline pipeline,
Mono.Linker.LinkContext context) [0x00000] in <filename unknown>:0 

    at MonoDroid.Tuner.Linker.Process (MonoDroid.Tuner.LinkerOptions
options, Mono.Linker.LinkContext& context,
System.Collections.Generic.List`1& assemblies) [0x00000] in <filename
unknown>:0 

    at Monodroid.Scanner.LinkAssemblies (Monodroid.Arguments args,
System.Collections.Generic.List`1& assemblies) [0x00000] in <filename
unknown>:0 

    at Monodroid.Droidinator.CreateApk () [0x00000] in <filename unknown>:0 

    at Monodroid.MainClass.Main (System.String[] argv) [0x00000] in
<filename unknown>:0 

Done Building Project
"E:\Projects\Work\Warehouse\IncoDroid\IncoDroid.csproj" (SignAndroidPackage
target(s)) -- FAILED.

 

I am using Mono for Android 1.0.3.23312

 

From: Vladimir Dimitrov [mailto:vlad.dimit...@gmail.com] 
Sent: Friday, September 16, 2011 10:42 AM
To: Monodroid@lists.ximian.com
Subject: AutoResetEvent present?

 

Hello guys,

 

I am trying to create an app for Android and I am still evaluating
Monoandroid for that purpose and I really would like to reuse the ton of C#
code we have already created. So I hit a point where I get an error while
trying to build and deploy my app to the emulator. I get this:

 

(_CompileAndroidPackage target) -> 

  monodroid : error 1: Mono.Linker.ResolutionException: Can not resolve
reference: System.Boolean System.Threading.AutoResetEvent::Set()

 

I understand that Monoandroid has a subset of all the functionality of .NET
and this subset is pretty much the same as for Silverlight but it seems that
this class is available for Silverlight:

 

http://msdn.microsoft.com/en-us/library/ksb7zs2x(v=vs.95).aspx

 

So what may be the problem? Monodroid still does not have an implementation
for this? Or the problem is somewhere else?

 

P.S. Why change the name to "Mono Android"? All the searches in the internet
now have to be done twice and all the links, tags and so on will be doubled
or remain bound to the old name : like the address of this list.

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to