summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2017-10-10 17:27:48 -0700
committerLangston Smith <langston.smith@mapbox.com>2017-10-10 17:27:48 -0700
commit6f8fc8d4f55ac5c6b12a22754d2202ef5d156b37 (patch)
tree74285ae4f916cbd96841881b044edd0009e30e2e
parenta829c2de392b8f826e939f1a5061c111630f48e0 (diff)
downloadqtlocation-mapboxgl-6f8fc8d4f55ac5c6b12a22754d2202ef5d156b37.tar.gz
added make aproj instructions
-rw-r--r--platform/android/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 2b7ad0bcc9..803cf54d53 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -97,6 +97,9 @@ mapbox-gl-native > platform > android
Once you open it in Android Studio and switch to the Android view in the left-hand sidebar, you should see the `MapboxGLAndroidSDK` and `MapboxGLAndroidSDKTestApp` folders.
+Alternatively, you can use the Terminal application to open the project in Android Studio. Open your Terminal application, navigate to this repository's root folder, and run the `make aproj` command.
+
+
##### macOS
Execute the following to generate the required build files and open the project with Android Studio: