Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Error #3

Open
javacl opened this issue Dec 15, 2018 · 1 comment
Open

Gradle Error #3

javacl opened this issue Dec 15, 2018 · 1 comment

Comments

@javacl
Copy link

javacl commented Dec 15, 2018

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 ?

@LLhon
Copy link
Owner

LLhon commented Apr 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants