The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
198 views

Problem Loading sound effects on monogame with monodroid [closed]

I am having difficulty loading a soundeffect The path is correct, the .xnb is set to androidassets in the project. My Root is set to content and the folder structure looks like Assets Content ...
0
votes
0answers
54 views

Listing Files Under MonoDroid

I've gotten my MonoGame/Android game to the point where I can preload a bunch of audios before-hand (this avoids weird behaviour where the sound is not ready at the instant of need). I do this by ...