limpoxe/Android-Plugin-Framework
Android插件框架,免安装运行插件APK ,支持独立插件和非独立插件 observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 48
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4139
- days_rel: n/a
- days_push: 316
- n_releases_24m: 0
Adoption not part of the score
1820 stars · 495 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android plugin framework that enables running plugin APKs without installation via dynamic loading, supporting both independent and non-independent plugins. It works by selectively hooking system APIs to support the four major components, resources, themes, and hot updates.
Use cases
- run plugin apk without installing it on android
- build a modular android app with dynamically loaded plugins
- hot-update an android plugin without restarting the process
- implement theme-based skin switching in an android app
- share a global service across host and multiple plugins
- load plugin fragments and views inside host activities
When to choose
- you control both the host app and the plugin code (non-independent or second-party plugins)
- you need predictable, on-demand hooking of specific Android system features
- you need to support Android 2.3 through 12.0
- you want plugin development to feel like normal APK development with no conventions
When to avoid
- you want to run arbitrary third-party apps like parallel-space or app-cloning products
- your plugins need to declare permissions in their own manifest
- you rely on native Chrome WebView components or NativeActivity
- you need obfuscation/packing (加固) of the host or plugins
- one plugin depends on another plugin that contains resources
Facets
framework · maturity active
plugin-system mobile-framework developer-tools android-tools mobile-development developer-tools jvm android-plugin dynamic-loading hot-update apk-loading skin-switching hooking android mobile
1 source
- readme: https://github.com/limpoxe/Android-Plugin-Framework · fetched 2026-08-28 · 4e0d1725239b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| limpoxe/Android-Plugin-Framework | main | 44 |
For agents
markdown · JSON · MCP: product_card(name="limpoxe/Android-Plugin-Framework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem