-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to compile for Android #138
Comments
After some trial and error I figured it out. I'll leave here the steps to get lidgren working on Xamarin Android.
|
Is this version work on IOS 13.3.1 ? |
Hi,
I have an old project I developed with lidgren when I feel there was a bit more documentation than now. But now 5 years later I can't remember most things.
I'm doing a xamarin android app that uses lidgren. So I added the Lidgren.Network project to my solution and added the "ANDROID" compilation symbol to the build options of lidgren project.
Now when trying to compile I get the exception: "The name Android does not exist in the current context" on a bunch of lines. For example in:
Android.Util.Log.WriteLine(Android.Util.LogPriority.Verbose, "", message);
The project doesn't even compile because of that.
Anyone knows what I'm doing wrong?
Thanks,
João
The text was updated successfully, but these errors were encountered: