Xamarin Integration
I am attempting to use the meta wear with Xamarin forms PCL.
The Nuget package won't work because it is specific to UWP and throws error. 'You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework'.
Has anyone got Xamarin working with meta wear?
I am going to try and get the C++ library compiled, then I attempt to port the UWP wrappers.
I am trying to build the metawear c++ API into a project.
How do you do that in Visual Studio 2015? I tried using the steps on github, but they were very brief and wasn't sure exactly what I was doing.
Also when I tried to use nmake in the VS Command Prompt, it threw a fatal syntax error.
Config.mk(4) : fatal error U1034: syntax error : separator missing
Stop
Thanks
Damian
The Nuget package won't work because it is specific to UWP and throws error. 'You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework'.
Has anyone got Xamarin working with meta wear?
I am going to try and get the C++ library compiled, then I attempt to port the UWP wrappers.
I am trying to build the metawear c++ API into a project.
How do you do that in Visual Studio 2015? I tried using the steps on github, but they were very brief and wasn't sure exactly what I was doing.
Also when I tried to use nmake in the VS Command Prompt, it threw a fatal syntax error.
Config.mk(4) : fatal error U1034: syntax error : separator missing
Stop
Thanks
Damian
This discussion has been closed.
Comments