studio

Game Maker Studio Tutorial – How to fix lint errors while building for Android

Hello there! During these days a lot of fellow developers are asking me some hints for fixing their lint errors while exporting for Android using Game Maker Studio. Sincerely I’ve had the same problem and around the web there are just a few clues about this issue, so I decided to write this simple tutorial, hoping […]

Game Maker Studio Android Native Extension – Close Game Popup

Hello there! Handling the Back Button within your game is really important. Google offers its navigation guidelines, for giving the users always the same experience. Check them here: http://developer.android.com/design/patterns/navigation.html Regarding the back button, it should close any window, message or popup, and it should bring the navigation back until the main menu. Once there, by […]