4.1.2 Android setup New Project Git Haters - reubenjohn/aceqlandroid GitHub Wiki

We've broken the process down into simple steps:

###Step 1

Visit the AceQLAndroidDemo GitHub repository and click the 'Download ZIP' button. Then extract the downloaded ZIP.

###Step 2

You'll find that the aceqlandroid folder is empty. And it should actually contain files and folders like the src folder. To put such files and folders in here, go back to the AceQLAndroidDemo and click the aceqlandroid @ some_number link in the code browser. This will open open up another GitHub repository with a URL like https://github.com/reubenjohn/AceQLAndroid/tree/some_larger_number where you'll have to Download ZIP again.

###Step 3

Now extract the downloaded aceqlandroid ZIP file and copy the contents of this newly extracted folder into the empty aceqlandroid folder in the AceQLAndroidDemo project we found earlier. It's very important that you copy the contents of the extracted folder and NOT the folder itself so that your AceQLAndroidDemo project's aceqlandroid folder directly contains files and folders such as the src folder.

###Step 4

Fire up Android Studio and close any currently open project(if you have one open) with File->Close Project. This will cause the "Welcome to Android Studio" window to show up. In the "Quick start" section, select "Open an existing Android Studio project" and browse to where you cloned the Project and select it.

###Step 5

Once the project opens up, if you've covered all the prerequisites (such as the Android SDK prerequisites), then you should have a successful gradle sync after a few minutes. If so, simply deploy your application and your done!