On May 2, 2012, at 10:23 AM, Narcís Calvet wrote:
> The issue is that as soon as I'm not referencing the class library project
> and reference the release mode assembly instead the project doesn't compile
> due to the error message in the post that started this thread.
That looks like a bug. Sor
On May 2, 2012, at 10:03 AM, Jonathan Pryor wrote:
> I think that there's supposed to be support for embedding the
> resources/assets within the assembly and extracting them at build time, so
> "normal" (non-project) assembly references _should_ work, but we still need
> to be able to _find_ the
Hi Jon,
Re.: You should be able to set the Active Configuration drop-down to Release
(in the Build toolbar), and when your Application is rebuilt (in Release
mode) all dependent projects should also be rebuilt in Release. If this
isn't the case, something very strange is going on (a MonoDevelop bu
On May 2, 2012, at 9:23 AM, Narcís Calvet wrote:
> I'm referencing the class library project directly, as Jonathan suggests,
> when developing. However, when I want to deploy the application, I need to
> use the compiled assembly in release mode.
You should be able to set the Active Configuratio
On May 1, 2012, at 8:57 PM, Matt wrote:
> Everything has worked fine this way until monodroid version 4.1. I verified
> that your solution builds fine, but it appears to require including all
> projects in the same solution. I suppose I can do it this way, but I am
> confused as to why this is r
droid] ResolveLibraryProjectImports task fails when
referencing library
On Apr 28, 2012, at 1:56 PM, Matt wrote:
> I have two android libraries that are included in my main application.
...
> Error 1 The "ResolveLibraryProjectImports" task failed unexpectedly.
System.IO.FileNotFoun
Hi Jon,
Thank you for your help. It's odd to me that you have to add all projects to
the same solution. This is different from how I create my projects, and how
I've referenced projects for years when creating WinForms applications. I
build my projects using nant, which shells out to msbuild. As p
I have two android libraries that are included in my main application. There
appears to be a problem in 4.1.1 building an Android application that links
to to an Android library. When I build the application, I get the following
error:
Error 1 The "ResolveLibraryProjectImports" task failed