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

Native method not found #14

Open
smkazemi opened this issue Aug 20, 2018 · 1 comment
Open

Native method not found #14

smkazemi opened this issue Aug 20, 2018 · 1 comment

Comments

@smkazemi
Copy link

smkazemi commented Aug 20, 2018

Must use NDK ?

 Caused by: java.lang.UnsatisfiedLinkError: Native method not found: compressor.VideoController.convertVideoFrame:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;IIIII)I
                                                                               at compressor.VideoController.convertVideoFrame(Native Method)
                                                                               at compressor.VideoController.convertVideo(VideoController.java:633)
                                                                               at compressor.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:51)
                                                                               at compressor.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:32)
                                                                               at android.os.AsyncTask$2.call(AsyncTask.java:287)
                                                                               at java.util.concurrent.FutureTask.run(FutureTask.java:234)
                                                                               at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230) 
                                                                               at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) 
                                                                               at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) 
                                                                               at java.lang.Thread.run(Thread.java:838) com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

How to Solve ?

@smkazemi smkazemi changed the title Unable to merge dex Native method not found Aug 20, 2018
@rpandey66
Copy link

 Caused by: java.lang.NoSuchMethodError: No virtual method before(Lorg/aspectj/lang/JoinPoint;)V in class Lcom/googlecode/mp4parser/RequiresParseDetailAspect; or its super classes (declaration of 'com.googlecode.mp4parser.RequiresParseDetailAspect' appears in /data/app/com.udown-DeVSTkUu2N5C4LdxxHGH-g==/base.apk:classes10.dex)

How to resolve this

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