Android Gems

OpenAtlasCore non-Proxy Android Dynamic Deployment Framework


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

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

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

README-中文


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

Contributors

achellies
BunnyBlue

plugin start

download aapt from repo,and you should use build-tool version 22.x.x, write your plugin as normal app, ant build with hacked aapt.

plugin resource notice

you can define your package id at Manifest by "versionName",such as versionName:"1.0.1" ,but as a plugin should be versionName:"1.0.10x7a",you will get apk which versionName is "1.0.0" but package id is 0x7a not 0x7f.you can use 0x2 to 0x7, also you can define package change packageName "com.myapp.pkgname" to " com.myapp.pkgname0x7a".

Sample & Art

Sample Apk,you can download from here

Sample Gif

License

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

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.