@gilloub wrote:
Hi,
I did some test on android creating a default android project. I works as it is but when I try to target the 4.1 (API 16) I have a compilation error (error below). Did I do something wrong ? or Monogame is not compatible with old version of android. For info I work on mac with xamarin, I don't if it change anything.
Cheers,
MonoGameAndroidGameView.java(3,3): Error: error: no suitable constructor found for AndroidGameView(Context,AttributeSet,int,int)
super (p0, p1, p2, p3);
constructor AndroidGameView.AndroidGameView(Context) is not applicable
(actual and formal argument lists differ in length)
constructor AndroidGameView.AndroidGameView(Context,AttributeSet) is not applicable
(actual and formal argument lists differ in length)
constructor AndroidGameView.AndroidGameView(Context,AttributeSet,int) is not applicable
(actual and formal argument lists differ in length)
(XamAndroid)
Posts: 1
Participants: 1