Build Instructions
-
From your Android phone open a browser and navigate to https://jscpeterson.com/abqfilmtour.apk or click here on your phone.
-
You will be prompted to download the file. Select DOWNLOAD.
-
After download is complete OPEN the download.
-
Your mobile device will likely prompt a security warning since the app is not being downloaded from the App Store. If this is the case, click on the SETTINGS button.
-
Toggle the switch to allow install from this source to the on position. Then hit the back button or okay button.
-
You will then see the title of the app, “Film Tour” with the icon in the top toolbar. This screen will ask if you want to install this application. It does not require any special access. Select INSTALL.
-
The app will install and you will see a message if it was successfully downloaded. If the download was unsuccessful start again from step 1.
-
Select OPEN to open the app for the first time.
-
For further help and instructions here is a link to our User Instructions. If you are experiencing difficulty with the download please contact us.
Advanced Build instructions for developers
First clone/download the repository
From github click the “clone or download button” and copy the URL.
Import the project into Intellij IDEA
under the VCS dropdown menu select “checkout from version control” and select “git”. Paste the copied URL into the URL box. Select a directory to save the project and hit the “clone” button.
Then from the IntelliJ IDEA main menu select “Import Project”.
Select ABQFilmTour from the directory it was saved in. Make sure that Gradle is selected or the project will not build properly. Click the next button. On the next menu screen check the box “Use auto-import” and then click the finish button.
Synchronize the Gradle build
Intellij IDEA should do this automatically. If not in build.gradle(Module:app) file there should be an option to do so.
Execute the build
Under the Build drop down menu select “build”.
The app should now be ready to run. Selected the device you want to install it on and hit the okay button.