4.2 Android setup Existing Project - reubenjohn/aceqlandroid GitHub Wiki

Here's how to integrate AceQLAndroid with your existing android project.

It's important to note that the process varies slightly whether your project is version controlled by Git or not. So we've created two separate guides for each.

  1. Existing Regular Project

This is your only option if you've got an existing Android Studio project that is not version controlled by Git. This usually means that you've not run the git init command in that folder, nor was that folder created with a git clone... command.

  1. Existing Git Project

This is the recommended option if your project is already version controlled by git. Note however, that although the setup is easier, going down this road may lead to complications if you aren't aware of how git submodules work.