Saturday, July 30, 2016

C# For Mac Using Xamarin Studio Part 2

C# For Mac Using Xamarin Studio Part 2

Here are some steps on how to get started on making Android apps:

  • When building an Android app for the first time, it will take a while since it will download some files, so be patient.
  • Go to Tools->SDK Manager and install your target Android version SDK. Remember, your target SDK version should be less than or equal to your Android device version.
  • Go to Project->App Options->Under Build->General choose your target Android version.
  • On your Android phone, enable Developer Mode and USB debugging.
  • Connect your device and Run-> Start Debugging. This will build the app and install on your device.


See ya!