RoboAspectJ icon indicating copy to clipboard operation
RoboAspectJ copied to clipboard

A gradle plugin that enables AOP in android.

Results 4 RoboAspectJ issues
Sort by recently updated
recently updated
newest added

Error:Could not find any matches for com.meituan.gradle:roboaspectj:0.9.+ as no versions of com.meituan.gradle:roboaspectj are available. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/meituan/gradle/roboaspectj/maven-metadata.xml file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/meituan/gradle/roboaspectj/ https://jcenter.bintray.com/com/meituan/gradle/roboaspectj/maven-metadata.xml https://jcenter.bintray.com/com/meituan/gradle/roboaspectj/ https://repo1.maven.org/maven2/com/meituan/gradle/roboaspectj/maven-metadata.xml https://repo1.maven.org/maven2/com/meituan/gradle/roboaspectj/ https://plugins.gradle.org/m2/com/meituan/gradle/roboaspectj/maven-metadata.xml https://plugins.gradle.org/m2/com/meituan/gradle/roboaspectj/ Required...

Fixes EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class...

Error:Execution failed for task ':demo:transformClassesWithInstantRunForDebug'. > JSR/RET are not supported with computeFrames option I am using jdk8, the full gradle configuration is below ``` apply plugin: 'com.android.application' apply plugin: 'com.meituan.roboaspectj'...