Android-Video-Editor
                                
                                
                                
                                    Android-Video-Editor copied to clipboard
                            
                            
                            
                        Gradle Error
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 ?
You can just replace the implementation with compile. it will work