mkloubert / nativescript-social-login

NativeScript plugin for social (token based) log-ins.
MIT License
42 stars 44 forks source link

App Crash With Android AppBundle #79

Open anaszgh opened 5 years ago

anaszgh commented 5 years ago

When you create an Android App Bundle, the bundle will crash on all of the devices with the below error logged from Google Play

java.lang.UnsatisfiedLinkError: 

  at com.facebook.soloader.SoLoader.doLoadLibraryBySoName (SoLoader.java:703)

  at com.facebook.soloader.SoLoader.loadLibraryBySoName (SoLoader.java:564)

  at com.facebook.soloader.SoLoader.loadLibrary (SoLoader.java:500)

  at com.facebook.soloader.SoLoader.loadLibrary (SoLoader.java:455)

  at com.facebook.imagepipeline.nativecode.ImagePipelineNativeLoader.load (ImagePipelineNativeLoader.java:40)

  at com.facebook.imagepipeline.memory.NativeMemoryChunk.<clinit> (NativeMemoryChunk.java:31)

  at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc (NativeMemoryChunkPool.java:25)

  at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc (NativeMemoryChunkPool.java:13)

  at com.facebook.imagepipeline.memory.BasePool.get (BasePool.java:267)

  at com.facebook.imagepipeline.memory.MemoryPooledByteBufferOutputStream.<init> (MemoryPooledByteBufferOutputStream.java:51)

  at com.facebook.imagepipeline.memory.MemoryPooledByteBufferFactory.newByteBuffer (MemoryPooledByteBufferFactory.java:73)

  at com.facebook.imagepipeline.memory.MemoryPooledByteBufferFactory.newByteBuffer (MemoryPooledByteBufferFactory.java:24)

  at com.facebook.imagepipeline.producers.LocalFetchProducer.getByteBufferBackedEncodedImage (LocalFetchProducer.java:87)

  at com.facebook.imagepipeline.producers.LocalFetchProducer.getEncodedImage (LocalFetchProducer.java:99)

  at com.facebook.imagepipeline.producers.LocalResourceFetchProducer.getEncodedImage (LocalResourceFetchProducer.java:37)

  at com.facebook.imagepipeline.producers.LocalFetchProducer$1.getResult (LocalFetchProducer.java:52)

  at com.facebook.imagepipeline.producers.LocalFetchProducer$1.getResult (LocalFetchProducer.java:48)

  at com.facebook.common.executors.StatefulRunnable.run (StatefulRunnable.java:43)

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1133)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:607)

  at com.facebook.imagepipeline.core.PriorityThreadFactory$1.run (PriorityThreadFactory.java:51)

  at java.lang.Thread.run (Thread.java:762)