# limpoxe/Android-Plugin-Framework

Android插件框架，免安装运行插件APK ，支持独立插件和非独立插件

Repository: https://github.com/limpoxe/Android-Plugin-Framework
Canonical: https://ross.abutalabs.com/products/android-plugin-framework
Language: Java
License: MIT
License Family: permissive
Topics: android, plugin, framework
Last push: 2025-10-21T15:34:04+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 48, release rhythm 8, longevity 100
- inputs: {"age_days": 4139, "days_push": 316, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1820, forks 495 (observed 2026-08-28T04:05:40.855090+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: plugin-system, mobile-framework, developer-tools
- domain: android-tools, mobile-development, developer-tools
- platform: jvm
- tags: android-plugin, dynamic-loading, hot-update, apk-loading, skin-switching, hooking, android, mobile

## Member repositories
- limpoxe/Android-Plugin-Framework (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.855090+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:19:59.144982+00:00, confidence not recorded.
  - readme: https://github.com/limpoxe/Android-Plugin-Framework (fetched 2026-08-28T04:05:40.855090+00:00, sha 4e0d1725239b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
