Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This library is to provide a unified platform which decompile Android APK and analyze all security vulnerabilities.

Jan 2, 2020

A wrapper tool of Apktool for automating apk re-packaging operation, for Windows, macOS.

May 26, 2019

A custom Text Editor like in WhatsApp.

Jan 20, 2019

Analyzes an APK and prints information helpful to a developer

  • API levels as declared in the manifest.
  • Number of permissions/activities/services/receivers. If -v is set, they will also be listed
  • Information about the signing certificate. If the APK is signed it will also be validated.
  • The largest files in the APK, along with the largest resources.
  • Information about the DEX files, such as how many there are and the number of classes, methods and strings.
  • List of the supported JNI architectures based on the contents of the lib directory.

It can also:

  • Dump the manifest to console
  • List all classes as list/tree graph/graphml
Jan 6, 2019

Apk parser with java, for decoding xml file and getting meta infos from apk file.

Sep 29, 2016

Android dependency visualizer. This tool helps to visualize current state of your project. It's really easy to see coupling between classes.

Sep 28, 2016

APK parser for Android.

Features:

  • Retrieve basic apk metas, such as title, icon, package name, version, etc.
  • Parse and convert binary xml file to text
  • Classes from dex file
  • Get certificate metas and verify apk signature
Feb 15, 2016

Compress a signed apk without destroy its original signature.

Jan 9, 2016

BatchPackApk is a tool for batch package Android apk with channel string.

Sep 22, 2015

This tool can retrieve dex, jar, smali, xml files, res, etc.

Sep 21, 2015

Output per-package method counts.

Feb 19, 2015

Dynamic loading framework for Android.

Feb 13, 2015
Advertisement

PluginManager is used to manage android applications like eclipse plugins. you can start an activity from an uninstalled APK placed in SD card, just like it has installed or registered in the application's AndroidManifest.xml.

Jan 30, 2015