Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-01 Thread craig
Weird, I don't really understand why it works, but Yes, removing the line you noted above, AND adding a reference to the Mono.Android.Support.v4 DLL works. It didn't work until I added the reference to the Support DLL in the binding project. Too tired to analyze it any further right now. Good wo

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-01 Thread DFX
Craig, I'm using Mono for Android 4.2.4.167234518. I removed that line in the Metadata.xml and I also had to include a .NET reference in the Java Binding file to Mono.Android.Support.v4. Once I did that, all the classes were included. Let me know if that works for you, if not, I can try to send

[mono-android] Android Library Projects and Resources

2012-08-01 Thread Kirby
Hi, I have an Android Library Project (in C# NOT Java!!!) created in order to build a custom control (which I can use in different projects). Of course this library contains Resources like layouts, drawables, strings, icons, etc. I realized that the Id created for the resources are only unique w

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-01 Thread Jonathan Pryor
On Jul 31, 2012, at 10:27 PM, DFX wrote: > Everything works fine, except the binding assembly never contains the class > SherlockFragmentActivity The reason is because the build output contains the following message: Couldn't load class com/actionbarsherlock/app/SherlockFragmentActivity

Re: [mono-android] 4.2.5 resources party stopper

2012-08-01 Thread craig
Yea I was really confused when you were answering me i the other thread because I didn't know about this feature. I ended up working around this by modifying project file rather than relying on this feature. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-5-r

Re: [mono-android] 4.2.5 resources party stopper

2012-08-01 Thread Atsushi Eno
I thought you were making use of this feature otherwise you wouldn't get R.java stuff from library... Anyways, the missing documentation with related to Android Library Project support has been my concern. It's missing partly because it has been fairly confusing. We are a few hours away to talk

Re: [mono-android] Obfuscator process broken

2012-08-01 Thread Jonathan Pryor
On Aug 1, 2012, at 8:20 AM, tsukrov wrote: > *Are there any changes in the way monodroid copies the files around since > 4.2.3?* There have been changes in resource/asset behavior and their interaction with libraries. I don't see anything that would change how assemblies are handled. > 4.2.5 c

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-01 Thread craig
Hi Dan, this didn't help in my case. Did you make any other changes? I'm still running 4.2.4. Are you running 4.2.5 by any chance? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Java-Binding-with-ActionBarSherlock-tp5711097p5711106.html Sent from the Mono for

[mono-android] 4.2.5 binging generator failure. Is it OK?

2012-08-01 Thread tsukrov
BINDINGSGENERATOR : warning : failed to parse assembly D:.dll: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c4c4237547e4b6cd' [D:\X.csproj] at Mono.Cecil.BaseAssemblyResolver.Resolve(Assembly

[mono-android] Obfuscator process broken

2012-08-01 Thread tsukrov
Hi! *Are there any changes in the way monodroid copies the files around since 4.2.3?* 4.2.5 ca no more compile assemblies obfuscated with LogicNP CryptoObfuscator. I have a link error on something like "A.FBW". The main assembly is obfuscated, but no other is. -- View this message in context:

[mono-android] 4.2.5 debugger ignores breaks in java bind lib.

2012-08-01 Thread tsukrov
Subj. Debugger ignores breaks in C# sources in my java binding lib. https://dl.dropbox.com/u/57530319/AndroidApplication1.zip TEST PROJ -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-5-debugger-ignores-breaks-in-java-bind-lib-tp5711103.html Sent from the M

Re: [mono-android] 4.2.4 : VS2012 Professionnal can't stop debugging

2012-08-01 Thread Matthew Leibowitz
I just tried again now with M4A 4.2.5 VS2012 on Win7, the problem is still there. I use an app called Advanced Task Killer which sits in the status bar. If I close the app from the Android side, then VS works. Or you could wait for the ANR :) and then force close. On Wed, Aug 1, 2012 at 9:29 AM,

Re: [mono-android] 4.2.4 : VS2012 Professionnal can't stop debugging

2012-08-01 Thread Manski
Also, if you're using a real device, you can unplug the device from your computer to "fix" the problem. See: https://bugzilla.xamarin.com/show_bug.cgi?id=5978 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-4-VS2012-Professionnal-can-t-stop-debugging-tp571097