MixRank analyzes more than 20M apps every hour, tracking their SDK installs, uninstalls, and much more. These are the top SDKs ranked by the number of apps that have them installed currently:
Last updated: 0 minutes ago
Ranked #1
Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality.
Ranked #2
Open-source error tracking to monitor and fix bugs and crashes anywhere in your stack in real time. Sentry automates exception handling for every programming language and platform so you can observe and respond to issues up and down the stack: JavaScript, Python, PHP, Ruby, Java, Node, iOS, Android, Go, and more.entry's Android SDK reports an error automatically whenever a thrown exception goes uncaught in your application causing the application to crash. The SDK builds a crash report that persists to disk and tries to send the report right after the crash. Since the environment may be unstable at the crash time, the report is guaranteed to send once the application is started again. This process for sending a report is true if there is a fatal error in your native code as well as for the NDK. In addition, the NDK is not only catching unhandled exceptions but is also set as a signal handler to react to signals from the OS.
Ranked #3
Crashlytics helps collecting, analyzing and organizing app crash reports
Ranked #4
Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.
Ranked #5
The Apache Commons CLI library provides an API for parsing command line options passed to programs. It's also able to print help messages detailing the options available for a command line tool.