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

getsentry/sentry-android

Repository files navigation


Android SDK for Sentry

Travis AppVeyor Tests codecov

Development

This repository includes sentry-native as a git submodule. To build against sentry-native checked-out elsewhere in your file system, create a symlink to sentry-android-ndk/sentry-native-local. For example, if you had sentry-native checked-out in a sibling directory to this repo:

ln -s ../../sentry-native sentry-android-ndk/sentry-native-local

which will be picked up by gradle and used instead of the git submodule. This directory is algo included in .gitignore not to be shown as pending changes.