Since I have installed this asset: https://www.assetstore.unity3d.com/#/content/10825 I can no longer build my project for android. I have no idea what is causing this problem and how I can fix this. Here is the full error:
Failed to compile resources with the following parameters: -bootclasspath "C:/Users/Stefan/Desktop/android-sdk-windows/platforms/android-14\android.jar" -d "C:\Users\Stefan\Desktop\Apps\My Game\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding ascii "com\facebook\android\Manifest.java" "com\facebook\android\R.java" "com\StefanApps\MyGame\Manifest.java" "com\StefanApps\MyGame\R.java" Picked up _JAVA_OPTIONS: -Xmx512M
UnityEditor.HostView:OnGUI()
What could be causing this and how could this be solved?