This is an application to view and analyze the third-party libraries used by the app.
LibChecker provides some basic functions, including App ABI architecture viewing and statistics (32-bit/64-bit), viewing native libraries, and viewing four major components (services, activities, broadcast receivers, content providers).
LibChecker also provides some unique features.
- Well-known library tags: For some well-known third-party library components, LibChecker will display tags, and you can view the detailed introduction.
- Library reference statistics: count the frequency of use of each library
- Package features: Analyze the apk package to determine whether the app is Split APK / whether it is written in Kotlin
- Snapshot: Compare component differences before and after app upgrade
The program is now open source:
https://github.com/LibChecker/LibChecker/
Privacy Policy:
https://absinthe.life/LibChecker-Docs/guide/PRIVACY/
Due to word limit, please visit: https://github.com/LibChecker/LibChecker/releases/tag/2.5.0
- Fixed the predictive back gesture above Android 14
- Fixed the issue of duplicate menu options
- Updated the Rules bundle to V34
- Fixed XML parsing failure in some cases
- Snapshots now display the differential in application size changes
- Updated some icon styles and text
- Added support for Arabic and optimized RTL layout
...
Due to word limit, please visit: https://github.com/zhaobozhen/LibChecker/releases/tag/2.4.3
- Compatible with Android 14.
- You can now click on a specific permission to see a description of what the permission does (if available).
- Added a filter for "System Framework Apps" on the "Apps" page.
- Added a filter for "No component changes" on the "Snapshots" page.
- The "Snapshots" page supports searching.
Full changelog: https://github.com/LibChecker/LibChecker/releases/tag/2.4.1
Due to word limit, please visit website behind for the changelog: https://github.com/LibChecker/LibChecker/releases/tag/2.4.0
Due to word limit, please visit: https://github.com/zhaobozhen/LibChecker/releases/tag/2.3.9
Fix bugs
Due to word limit, please visit: https://github.com/zhaobozhen/LibChecker/releases/tag/2.2.11
2.2.3
- Disabled apps are now identified on the app list page
- Update dependencies
- Optimized implementation
- Fix Gitee API requests
- Fix bugs
2.2.1
- Support long-pressing the app icon on the details page to copy it to the clipboard
- Enable dynamic colors in Material 3 theme (Alpha) on Android 12+
- Support search filter components in details page
- Updated Russian translation
- Fixed some issues
2.2.0
- Snapshots support recording the size of the application package
- Snapshot comparison is now triggered if the package size changes
- Statistics page supports permissions and metadata, and speeds up the loading speed of entering secondary pages
- Snapshot details page now supports generating text reports
- Added a prompt about `android:extractNativeLibs` in the application details page
- Fixed some issues