Unable to update AGP on Android due to Sentry dependency #4533
john-mejia
started this conversation in
General
Replies: 1 comment 3 replies
-
hi @john-mejia, thanks for raising this, we should actually amend that doc. We now support prefab, so you can just use that and it should get it working, follow this sample for how to set it up: https://github.com/getsentry/sentry-java/tree/main/sentry-samples/sentry-samples-android. The important bits are:
and then in your CMakeLists.txt:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use the gradle plugin androidNativeBundle as described in https://docs.sentry.io/platforms/android/configuration/using-ndk/.
Currently, this plug in does not support AGP 8.1. I'm curious how closely Sentry works with the maintainers of this gradle plugin, or if there are other alternatives at this time?
Beta Was this translation helpful? Give feedback.
All reactions