Android and libeopenal32.so

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.

@KonajuGames - This sounds familiar to me.

We’ve been discussing this here (see last comment).

I see that @hachque validated the PR (see description to know what caused this).

Could one of the admin update Protobuild.exe? :slight_smile: (it’s also safe to remove the AndroidManifest.xml file from the Properties folder)

I was already working on that… i’ll remove the manifest too then!

1 Like

The pull request is up and should be merged soon.

1 Like