• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

gradle_plugin_android_aspectjx: a gradle plugin which enables AspectJ for Androi ...

原作者: [db:作者] 来自: 网络 收藏 邀请

gradle_plugin_android_aspectjx

一个在Android中应用Aspectj的Gradle插件。支持切AAR, JAR, 支持现在Android上最火的Kotlin。

开发该项目的原因是基于还没有发现目前的开源库中比较好的AOP框架或者工具,虽然xposeddexposed非常强大,但由于Android的碎片化比较严重,兼容问题永远是一座无法逾越的大山。而且发现的AspectJ相关插件都不支持AAR或者JAR切入的,对于目前在Android圈很火爆的Kotlin更加无能为力。

该项目的设计参考了大神JakeWhartonHugo项目及uPhycagradle-android-aspectj-plugin项目的设计思想,并在它们的基础上扩展支持AAR, JAR及Kotlin的应用。在此感谢JakeWharton和uPhyca.[跪拜]

使用

gradle_plugin_android_aspectjx是基于 gradle android插件1.5及以上版本设计的,如果你还在用1.3或者更低版本,请把版本升上去。

gradle_plugin_android_aspectjx是使用在application module的插件, 虽然用在library module上也不会出错,但是不生效。

  • 路径依赖
 dependencies {        classpath 'com.hujiang.gradle.plugin.android:aspectjx:1.0.0'        }
  • 或者使用product目录下的jar包,在你的项目根目录下新建目录plugins,把product/aspectx-1.0.0.jar拷贝到plugins,依赖jar包
dependencies {        classpath fileTree(dir:'plugins', include:['*.jar'])        }
  • 在app项目的build.gradle里应用插件
apply plugin: 'android-aspectjx'//或者这样也可以apply plugin: 'com.hujiang.android-aspectjx'

到此为止,gradle_plugin_android_aspectjx的接入就完成了,但是要AspectJ发挥作用还需要你自己写切片代码,可以参考AspectJ Demo

不了解AspectJ的请自行了解,参考:

AspectJ官网

AspectJ Programming Guide

AspectJ Development Environment Guide

AspectJ NoteBook

Contact

email:[email protected]

QQ:541136835

微信:13386016339

License

Copyright 2016 hujiang, Inc.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at   http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.gradle_plugin_android_aspectjx

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap