Git Product home page Git Product logo

acdd's Introduction

Android Gems

ACDDCore non-Proxy Android Dynamic Deployment Framework


Android Arsenal
Join the chat at https://gitter.im/bunnyblue/ACDD
Build Status Build Status

ACDD ,Android Component Dynamic Deployment Framework(Android Plugin Framework)

如果有更好的想法(或者bug fix)可以发起pull-request

The MIT License (MIT) Copyright (c) 2015 Bunny Blue,achellies


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
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

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

Sample Gif

License

License
The MIT License (MIT) Copyright (c) 2015 Bunny Blue,achellies

Android Support

Android version Status
Android N not full support(so crash)
Android 6.0 tested
Android 5.0 tested
Android 4.0 tested
Android 3.x unsupported
Android 2.x tested

acdd's People

Contributors

ravidsrk avatar

Watchers

lixinhui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.