Category Archives: Android

How to add Google Play Services to your Unity game

For some time I have struggled to get Google Play Services working in my Unity game. There is so much to install and configure but I didn't find one single guide which showed how to do it right from the start to the end. In this article I will guide you through the entire process, right from installing tools, configuring Unity and setting up Google Developer Console and Game Services. Hopefully I can save you some pain.Read more >

Unity Android: Unable to install APK to device

When you encounter the error 'Unable to install APK to device' it actually means that you don't have the right version of the Android SDK installed. I will show you how to analyse and resolve it.Read more >

How to run an Android simulator on a Macbook

When you develop apps or games for Android you probably want to run it on a simulator during development. In this short post I will show you how to start such a simulator both from the UI as well as from the terminal.Read more >