Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-07 Thread Atsushi Eno
craig wrote: Yea mine also takes just under 30 seconds. I guess packaging up all those resources is time consuming. I tested in pure Java and it takes about 20 seconds. I prefer fair comparison. In Java land you don't have to build binding library (of course). MfA must cost more time than th

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-03 Thread craig
Yea mine also takes just under 30 seconds. I guess packaging up all those resources is time consuming. I tested in pure Java and it takes about 20 seconds. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Java-Binding-with-ActionBarSherlock-tp5711097p5711175.html

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-03 Thread Dan Fearing
Hey Craig, Did you notice a drastic increase in build times after adding all the resources for ActionBarSherlock? My build times are nearly 30 seconds! On Aug 2, 2012 4:23 PM, "DFX" wrote: > You did all the heavy lifting! > > > > -- > View this message in context: > http://mono-for-android.10471

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-02 Thread DFX
You did all the heavy lifting! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Java-Binding-with-ActionBarSherlock-tp5711097p5711143.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid m

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

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] 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

Re: [mono-android] Java Binding with ActionBarSherlock

2012-07-31 Thread DFX
I figured out the problem. If you are using the tutorial referenced in this email, remove this line from Metadata.xml Thanks, Dan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Java-Binding-with-ActionBarSherlock-tp5711097p5711100.html Sent from the Mono for A

[mono-android] Java Binding with ActionBarSherlock

2012-07-31 Thread DFX
I'm trying to create a Java binding project so I can use ActionBarSherlock. I'm using this page as a reference: http://www.craigsprogramming.com/2012/07/actionbarsherlock-with-mono-for-android.html Everything works fine, except the binding assembly never contains the class SherlockFragmentActivity