summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-08-17 09:56:49 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-08-17 09:56:49 +0200
commit35bb006187ea149f0dc52f278f8d2d634b1075b4 (patch)
tree14d1ed71a45cf342bc3c2d4ef77d6bd037811102
parent71e7759a62d3d37817dca9f04aa4bc9df149ad75 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-update-readme.tar.gz
[android] - update project readme with checkstyle and ndk-stack informationupstream/tvn-update-readme
-rw-r--r--platform/android/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 9b5029b8eb..aef5fd63ef 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -78,6 +78,10 @@ make aproj
Open Android Studio project in `/platform/android`, run `make android-configuration` in the root folder of the project.
+##### Setup Checkstyle
+
+Mapbox uses specific IDE settings related to code and check style.
+See [checkstyle guide](https://github.com/mapbox/mapbox-gl-native/wiki/Setting-up-Mapbox-checkstyle) for configuration details.
##### Setting Mapbox Access Token
@@ -90,3 +94,11 @@ With the first gradle invocation, gradle will take the value of the `MAPBOX_ACCE
Run the configuration for the `MapboxGLAndroidSDKTestApp` module and select a device or emulator to deploy on. Based on the selected device, the c++ code will be compiled for the related processor architecture. You can see the project compiling in the `View > Tool Windows > Gradle Console`.
More information about building and distributing this project in [DISTRIBUTE.md][https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/DISTRIBUTE.md].
+
+#### Symbolicating native crashes
+
+When hitting native crashes you can use ndk-stack to symbolicate crashes.
+More information in [this](https://github.com/mapbox/mapbox-gl-native/wiki/Getting-line-numbers-from-an-Android-crash-with-ndk-stack) guide.
+
+
+