When I have created a new project with the template Monogame Android Application (MonoGame Team)
, the following unresolved classes will be used by the generated code:
- Activity
- GraphicsDeviceManager
- SpriteBatch
- GraphicsDevice
- ButtonState
- AndroidGameActivity
- View
- LaunchMode
and some more…
What did I do wrong?
I have installed android studio and found Android SDK in
C:UsersmyusernameAppDataLocalAndroidSdk
Which I specify in the user environment variable ANDROID_HOME
The nuget packages that my new project will use are:
- MonoGame.Framework.Android
- MonoGame.Content.Builder.Task