Trying to compile the Android project gives me these errors:
EmbeddedNativeLibrary ‘…\ThirdParty\Dependencies\openal-soft\libs\armeabi-v7a\libopenal32.so’ is invalid in Android Application project. Please use AndroidNativeLibrary instead.
EmbeddedNativeLibrary ‘…\ThirdParty\Dependencies\openal-soft\libs\armeabi\libopenal32.so’ is invalid in Android Application project. Please use AndroidNativeLibrary instead.
EmbeddedNativeLibrary ‘…\ThirdParty\Dependencies\openal-soft\libs\x86\libopenal32.so’ is invalid in Android Application project. Please use AndroidNativeLibrary instead.
Any idea what this could be? For reference, I’m using Xamarin Studio and MonoGame source from GitHub.