Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appmetrica/appmetrica-sdk-android
AppMetrica SDK for Android
https://github.com/appmetrica/appmetrica-sdk-android
analytics android appmetrica crashes library
Last synced: 5 days ago
JSON representation
AppMetrica SDK for Android
- Host: GitHub
- URL: https://github.com/appmetrica/appmetrica-sdk-android
- Owner: appmetrica
- License: mit
- Created: 2023-06-07T14:36:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:35:20.000Z (9 days ago)
- Last Synced: 2025-02-12T11:40:34.164Z (9 days ago)
- Topics: analytics, android, appmetrica, crashes, library
- Language: C++
- Homepage: https://appmetrica.io
- Size: 14.9 MB
- Stars: 56
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [AppMetrica SDK](https://appmetrica.io)
AppMetrica is a free real-time ad tracking and mobile app analytics solution. AppMetrica covers the three key features for discovering your app's performance — ad tracking, usage analytics and crash analytics.
Detailed information and instructions for integration are available in the [documentation](https://appmetrica.io/docs/).Classes in packages `${MODULE_NAMESPACE}.internal` are intended for interaction between modules and are not part of the public API. Also changing these classes does not correspond to [semver](https://semver.org/).
## Builds
### Assemble
`./gradlew :assembleRelease`
### Publish to MavenLocal
`./gradlew :publishReleasePublicationToMavenLocal`
### Tests
`./gradlew :testReleaseUnitTest :generateReleaseJacocoReport`
### Code style
`./gradlew lint ktlint checkstyle`
### Check AAR API
`./gradlew :aarCheck`
### Regenerate AAR API dump
`./gradlew :aarDump`