Welcome to GlistAndroidApp! This repository serves as a project template for GlistEngine Android development, making it easier for you to get started with your Android projects using GlistEngine.
To get started, you should clone GlistPlugins/gipAndroid first, please see it's README section for instructions. Then follow these steps to clone the repository to your local development environment:
- For Windows, clone the repository to
C:/dev/glist/myglistapps. - For Linux and Mac, clone the repository to
~/dev/glist/myglistapps.
Encountering issues? Here are some common problems and their solutions:
If you find that the C++ files are not visible in your project, try the following steps:
- Go to the menu
Build -> Refresh Linked C++ Projectsto refresh the linked projects and update the file visibility.
If you encounter the error message "This project is using an incompatible version of the Android Gradle plugin," follow these instructions:
- Make sure you have the latest version of Android Studio installed on your system.
- Update the Android Gradle plugin to its latest compatible version.
By addressing these common troubleshooting steps, you should be able to resolve the mentioned issues effectively.