Re: [mono-android] Resources in Class Library project

2012-05-21 Thread Jonathan Pryor
On May 18, 2012, at 7:48 AM, vpa wrote: > On Apr 23, 2012, at 11:49 PM, Jonathan Pryor wrote: >> You need to use Mono for Android 4.1.0 or later, and then it should Just >> Work. > > I've installed Mono for Android 4.2.1 but it doesn't work !!! Indeed, that was a misunderstanding on my part:

Re: [mono-android] Resources in Class Library project

2012-05-20 Thread vpa
On Apr 23, 2012, at 11:49 PM, Jonathan Pryor wrote: > You need to use Mono for Android 4.1.0 or later, and then it should Just > Work. I've installed Mono for Android 4.2.1 but it doesn't work !!! I have an old created (with 4.0.6 version) class library and I manually added Resources/Drawable dir

Re: [mono-android] Resources in Class Library project

2012-05-18 Thread Atsushi Eno
Hello, Let me explain a bit in details. We support android resources in the context that our *Java Binding Library project* supports Java "Android Library Project" [*1] (which contains not only a jar but also a set of resources, which are still outside the jar itself). It was mandatory to sup

Re: [mono-android] Resources in Class Library project

2012-05-18 Thread Jonathan Pobst
This is not currently supported. Jonathan On 5/18/2012 10:22 AM, NebulaSleuth wrote: I tried this as well with no luck. I am also running 4.2.1. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Resources-in-Class-Library-project-tp5658638p5709916.html Sent from

Re: [mono-android] Resources in Class Library project

2012-05-18 Thread NebulaSleuth
I tried this as well with no luck. I am also running 4.2.1. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Resources-in-Class-Library-project-tp5658638p5709916.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Resources in Class Library project

2012-04-23 Thread Jonathan Pryor
On Apr 23, 2012, at 4:08 AM, Tomasz Cielecki wrote: > could not seem to find much about this topic, but lets say I want to put some > Layouts and Drawables in a Class Library project, which I want to use inside > both the Class Library, but also the project that uses the Class Library. You need

[mono-android] Resources in Class Library project

2012-04-23 Thread Tomasz Cielecki
Hey there, could not seem to find much about this topic, but lets say I want to put some Layouts and Drawables in a Class Library project, which I want to use inside both the Class Library, but also the project that uses the Class Library. The Class Library project template does not per default c