I am doing a project where I have to write an Android application that uses the f # code base. In doing so, I am having problems referencing this f # code in my Android project.
I work for Google and he tells me that the f # code should be in the PCL project referenced by the Android project. I did this, but the Android project is still not able to recognize namespaces and files declared in another project.
I have a namespace called NimGame.Core , where most of my .fs files are located. An example is shown in the figure below of my event queue module, which is explicitly located in NimGame.Core. My links also show that I referenced the PCL project (NimGameCore) in my Android project (NimGame). 
But when I try to use fsharp files in my C # code, it does not appear. 
Any suggestions as to what could be causing this?
android c # f # monodevelop xamarin-studio
Kasper Lederballe Sørensen
source share