``` --------- beginning of crash E/AndroidRuntime...
# android
b
Copy code
--------- beginning of crash
E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.powerley.blu3print.debug, PID: 26632
    java.lang.NoClassDefFoundError: kotlinx.coroutines.CoroutineExceptionHandlerImplKt
        at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(Unknown Source:0)
        at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:31)
        at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:95)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:64)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.app.ActivityThread.main(ActivityThread.java:7656)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
     Caused by: java.lang.ExceptionInInitializerError
        at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(Unknown Source:0)
        at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:31)
        at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:182)
        at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:228)
        at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:931)
        at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:27)
        at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1151)
        at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1525)
        at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
        at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
        at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:902)
        at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:859)
        at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:824)
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
        at android.os.Handler.handleCallback(Handler.java:938) 
        at android.os.Handler.dispatchMessage(Handler.java:99) 
        at android.os.Looper.loop(Looper.java:223) 
        at android.app.ActivityThread.main(ActivityThread.java:7656) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 
     Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
        at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:314)
        at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:268)
        at java.util.jar.JarVerifier.processEntry(JarVerifier.java:274)
        at java.util.jar.JarVerifier.update(JarVerifier.java:229)
        at java.util.jar.JarFile.initializeVerifier(JarFile.java:393)
        at java.util.jar.JarFile.getInputStream(JarFile.java:460)
        at libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection.getInputStream(ClassPathURLStreamHandler.java:162)
        at java.net.URL.openStream(URL.java:1072)
        at java.util.ServiceLoader.parse(ServiceLoader.java:305)
        at java.util.ServiceLoader.access$200(ServiceLoader.java:183)
        at java.util.ServiceLoader$LazyIterator.hasNextService(ServiceLoader.java:358)
        at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:402)
        at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:488)
        at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:716)
        at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:746)
        at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:737)
        at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.<clinit>(CoroutineExceptionHandlerImpl.kt:23)
        at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(Unknown Source:0) 
        at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:31) 
        at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:182) 
        at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:228) 
        at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:931) 
        at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:27) 
        at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1151) 
        at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1525) 
        at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322) 
        at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239) 
        at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:902) 
        at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:859) 
        at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:824) 
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111) 
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56) 
        at android.os.Handler.handleCallback(Handler.java:938) 
        at android.os.Handler.dispatchMessage(Handler.java:99) 
        at android.os.Looper.loop(Looper.java:223) 
        at android.app.ActivityThread.main(ActivityThread.java:7656) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)