flender
flender copied to clipboard
The next update?
Can't use this awesome plugin in Android Studio 2.0 beta. If you can tell when the next update is coming out?
Whats the issue causing it to not work? Needs gradle updates?
Haven't really been maintaining it because it seems it doesnt have alot of usage. It was more of an experiment to test out Aspect Oriented Programming. You are probably better off doing it manually. When this gets added build time really slows down.
hello jd-alexander, thanks for this awesome plugin. I am using it as a hello world to learn the basic principals of Android AOP.
But as adityakandari said, I am having some troubles to make it work with Android Studio 2.3.3 and Gradle plugin 2.3.3.
I am getting this when I sync my Gradle file:
Error:Access to the dex task is now impossible, starting with 1.4.0 1.4.0 introduces a new Transform API allowing manipulation of the .class files. See more information: https://developer.android.com/studio/plugins/index.html
Could you please shed some light on little issue and help me to go the right way!
Thank you in advance.
Hi @pysambrero I would really love to look at this right now but I don't have the time to be honest as I stated above this repo was more of an experiment for when I was using earlier versions of Android Studio and gradle. I guess they have simply changed the way how class files are modified so I would have to go and figure out how to use those apis and doing that isn't necessarily beneficial to me at this moment. I will see if I can look into it in the near future. For now you can search other repos on Github or go to Stack overflow etc. to seek other solutions.
@jd-alexander thank you! You made an awesome work, you work has inspired me. Many thanks