Android-Video-Editor icon indicating copy to clipboard operation
Android-Video-Editor copied to clipboard

Gradle Error

Open javacl opened this issue 6 years ago • 1 comments

Hello.

i use this by android studio 3.2.1 version

implementation 'com.googlecode.mp4parser:isoparser:1.1.21' implementation 'org.aspectj:aspectjrt:1.9.2' annotationProcessor 'org.aspectj:aspectjtools:1.9.2'

and gradle return this error

Error: Program type already present: org.aspectj.internal.lang.reflect.AdviceImpl$1 Error: Program type already present: org.aspectj.internal.lang.annotation.ajcDeclarePrecedence

what is problme ?

javacl avatar Dec 15 '18 09:12 javacl

You can just replace the implementation with compile. it will work

LLhon avatar Apr 12 '19 06:04 LLhon