Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit fb05d2e

Browse files
committed
[android] - update project readme with checkstyle and ndk-stack information
1 parent ae18026 commit fb05d2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

platform/android/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ make aproj
7878

7979
Open Android Studio project in `/platform/android`, run `make android-configuration` in the root folder of the project.
8080

81+
##### Setup Checkstyle
82+
83+
Mapbox uses specific IDE settings related to code and check style.
84+
See [checkstyle guide](https://github.com/mapbox/mapbox-gl-native/wiki/Setting-up-Mapbox-checkstyle) for configuration details.
8185

8286
##### Setting Mapbox Access Token
8387

@@ -90,3 +94,8 @@ With the first gradle invocation, gradle will take the value of the `MAPBOX_ACCE
9094
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`.
9195

9296
More information about building and distributing this project in [DISTRIBUTE.md][https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/DISTRIBUTE.md].
97+
98+
#### Symbolicating native crashes
99+
100+
When hitting native crashes you can use ndk-stack to symbolicate crashes.
101+
More information in [this](https://github.com/mapbox/mapbox-gl-native/wiki/Getting-line-numbers-from-an-Android-crash-with-ndk-stack) guide.

0 commit comments

Comments
 (0)