You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,14 +39,6 @@ xUnwind is a collection of Android native stack unwinding solutions.
39
39
40
40
xUnwind is published on [Maven Central](https://search.maven.org/), and uses [Prefab](https://google.github.io/prefab/) package format for [native dependencies](https://developer.android.com/studio/build/native-dependencies), which is supported by [Android Gradle Plugin 4.0+](https://developer.android.com/studio/releases/gradle-plugin?buildsystem=cmake#native-dependencies).
2. xUnwind uses the [prefab package schema v2](https://github.com/google/prefab/releases/tag/v2.0.0), which is configured by default since [Android Gradle Plugin 7.1.0](https://developer.android.com/studio/releases/gradle-plugin?buildsystem=cmake#7-1-0). If you are using Android Gradle Plugin earlier than 7.1.0, please add the following configuration to `gradle.properties`:
64
+
65
+
```
66
+
android.prefabVersion=2.0.0
67
+
```
68
+
62
69
### 2. Add dependency in CMakeLists.txt or Android.mk
63
70
64
71
If you only use the java interface of xUnwind, please skip this step.
@@ -176,7 +183,7 @@ The remaining three functions are used to convert the absolute-PCs in the `frame
0 commit comments