# ACDDAndroidPluginFramework
**Repository Path**: glony/acddandroid-plugin-framework
## Basic Information
- **Project Name**: ACDDAndroidPluginFramework
- **Description**: ACDD Android Plugin Framework
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-27
- **Last Updated**: 2025-11-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](http://www.android-gems.com/lib/bunnyblue/ACDD)
# ACDDCore non-Proxy Android Dynamic Deployment Framework

[](https://android-arsenal.com/details/1/2056)
[](https://gitter.im/bunnyblue/ACDD?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Build Status [](https://travis-ci.org/bunnyblue/ACDD)
ACDD ,Android Component Dynamic Deployment Framework(Android Plugin Framework)
The MIT License (MIT) Copyright (c) 2015 Bunny Blue,achellies
### [README-中文](README-Zh.md)
use patched aapt to build Dynamic Module,it's different with some plugin frameworks which implement through proxy,any question open a issue
# Simple Project& Build System(aapt and ...) has Moved to https://github.com/bunnyblue/ACDDExtension
### Contributors
[achellies](https://github.com/achellies)
[BunnyBlue](https://github.com/bunnyblue)
## plugin start
download aapt from repo,and you should use build-tool version 23.x.x,
write your plugin as normal app, ant build with hacked aapt.
### plugin resource notice
```groovy
android {//you need use buildToolsVersion 23.x gradle plugin 1.3.+
compileSdkVersion 23
buildToolsVersion "23.0.2"
productFlavors {
acdd {
aaptOptions.additionalParameters '--ACDD-resoure-id', '0x5e', '--ACDD-shared-resources', rootProject.file("public.xml").getAbsolutePath()
}
normal {
}
}
}
```
##Sample & Art
Sample Apk,you can download from here

# License
[]()
The MIT License (MIT) Copyright (c) 2015 Bunny Blue,achellies
# [Feature @ Wiki](https://github.com/bunnyblue/ACDD/wiki#feature)
# Android Support
| Android version | Status |
| ------------- |:-------------:|
| Android 6.0 | tested |
| Android 5.0 | tested |
| Android 4.0 | tested |
| Android 3.x | unsupported|
| Android 2.x | coming soon|