diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-08-17 09:56:49 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-08-17 16:46:12 +0200 |
commit | fb05d2e16a403077597ceeba6548b4246c8b1c8c (patch) | |
tree | 3a87a590883e46e6c70fa0c8de33d569951bdb88 | |
parent | ae18026e30f755b674cb6d6283106ba4f1048829 (diff) | |
download | qtlocation-mapboxgl-fb05d2e16a403077597ceeba6548b4246c8b1c8c.tar.gz |
[android] - update project readme with checkstyle and ndk-stack information
-rw-r--r-- | platform/android/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/README.md b/platform/android/README.md index 9b5029b8eb..311734a57c 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,8 @@ 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.
\ No newline at end of file |