Can't build App Package, BuildApk-Issue

Hi,

I can’t build my app package for Android.
I uses the develop-branch. I loaded all dependecies, the newest version of mg develop.
After loading I created the solution-files with protobuild and added the reference to MonoGame.Android and Microsoft.Xna.Framework.Net.Android to an empty solution.

I can build the project. But I can’t build the apk package.
If I remove the Microsoft.Xna.Framework.Net-Reference from my project than it works.
But I need the Net-Reference in my project for the guide-class.

I cleaned my project, deleted obj- and bin-folders, I set my android target to 4.2, also 4.4.
But packaging failed.

I hope anyone could help.
Thanks
Ronny

This is a known issue. You can fix it by changing the the MonoGame projects to output to different directories, like this:


Thanks. It works now. =)