How to set up Allegro 5 Library for Android Development
Okay, so in this post, I'm going to be showing you how to set up the Allegro 5 Library for game development on the Android platform. This will be particularly useful for those who are having difficulty setting up the environment for deploying your games made in Allegro 5. Later, I'll be making a couple of tutorial series that will show how to make Allegro 5 games from scratch for those who are just starting out. I already made a video on this topic, and if you prefer to follow a video tutorial instead of reading this stuff, then you can watch the video below. Without further ado, let's get started with the requirements. Requirements Android Studio Android SDK with the following installed packages: Android NDK (make sure you take the latest version) CMake LLDB Once you have all these ready, we can start. First, we need to download the Allegro 5 libraries for android. So navigate to the maven repository as shown in the screenshot below. Clic...