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

Error #12

Open
curlyeto opened this issue Aug 3, 2019 · 0 comments
Open

Error #12

curlyeto opened this issue Aug 3, 2019 · 0 comments

Comments

@curlyeto
Copy link

curlyeto commented Aug 3, 2019

java.lang.RuntimeException: Unable to get provider androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.ClassNotFoundException: Didn't find class "androidx.lifecycle.ProcessLifecycleOwnerInitializer" on path: DexPathList[[zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/base.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_resources_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_5_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_6_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_7_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_8_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/lib/arm, /system/lib, /vendor/lib]]
    at android.app.ActivityThread.installProvider(ActivityThread.java:6312)
    at android.app.ActivityThread.installContentProviders(ActivityThread.java:5875)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5787)
    at android.app.ActivityThread.-wrap1(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1664)
    at android.os.Handler.dispatchMessage(Handler.java:105)
    at android.os.Looper.loop(Looper.java:164)
    at android.app.ActivityThread.main(ActivityThread.java:6565)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

2019-08-03 15:20:40.174 19792-19792/com.example.chanllegevitrinova E/AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.lifecycle.ProcessLifecycleOwnerInitializer" on path: DexPathList[[zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/base.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_resources_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_5_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_6_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_7_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_8_apk.apk", zip file "/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/lib/arm, /system/lib, /vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at android.app.ActivityThread.installProvider(ActivityThread.java:6297)
... 10 more
Suppressed: java.io.IOException: Failed to open dex files from /data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_dependencies_apk.apk because: Failure to verify dex file '/data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_dependencies_apk.apk': Bad method handle type 7
at dalvik.system.DexFile.openDexFileNative(Native Method)
at dalvik.system.DexFile.openDexFile(DexFile.java:353)
at dalvik.system.DexFile.(DexFile.java:100)
at dalvik.system.DexFile.(DexFile.java:74)
at dalvik.system.DexPathList.loadDexFile(DexPathList.java:374)
at dalvik.system.DexPathList.makeDexElements(DexPathList.java:337)
at dalvik.system.DexPathList.(DexPathList.java:157)
at dalvik.system.BaseDexClassLoader.(BaseDexClassLoader.java:65)
at dalvik.system.PathClassLoader.(PathClassLoader.java:64)
at com.android.internal.os.PathClassLoaderFactory.createClassLoader(PathClassLoaderFactory.java:43)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:69)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:36)
at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:676)
at android.app.LoadedApk.getClassLoader(LoadedApk.java:709)
at android.app.LoadedApk.getResources(LoadedApk.java:936)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2242)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5687)
... 8 more
Suppressed: java.io.IOException: No original dex files found for dex location /data/app/com.example.chanllegevitrinova-uejR2blJVRtPmmoZNPAytw==/split_lib_resources_apk.apk
at dalvik.system.DexFile.openDexFileNative(Native Method)
at dalvik.system.DexFile.openDexFile(DexFile.java:353)
at dalvik.system.DexFile.(DexFile.java:100)
at dalvik.system.DexFile.(DexFile.java:74)
at dalvik.system.DexPathList.loadDexFile(DexPathList.java:374)
at dalvik.system.DexPathList.makeDexElements(DexPathList.java:337)
at dalvik.system.DexPathList.(DexPathList.java:157)
2019-08-03 15:20:40.176 19792-19792/com.example.chanllegevitrinova E/AndroidRuntime: at dalvik.system.BaseDexClassLoader.(BaseDexClassLoader.java:65)
at dalvik.system.PathClassLoader.(PathClassLoader.java:64)
at com.android.internal.os.PathClassLoaderFactory.createClassLoader(PathClassLoaderFactory.java:43)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:69)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:36)
at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:676)
at android.app.LoadedApk.getClassLoader(LoadedApk.java:709)
at android.app.LoadedApk.getResources(LoadedApk.java:936)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2242)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5687)
... 8 more
2019-08-03 15:20:40.703 4153-4216/? E/ActivityTrigger: activityResumeTrigger: not whiteListedcom.android.launcher3/com.android.searchlauncher.SearchLauncher/26
2019-08-03 15:20:40.843 427-19819/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2019-08-03 15:20:40.843 427-19819/? E/ACDB-LOADER: Error: ACDB AFE returned = -19
2019-08-03 15:20:56.939 19880-19950/? E/Bugle: Failed to check if revocation is enabled
2019-08-03 15:20:56.939 19880-19950/? E/Bugle: txf: Jibe SDK Service not available. Is the Jibe SDK service running? Did you call connect() and wait for the notification before calling an API function?
at txc.a(SourceFile:68)
at com.google.android.rcs.client.profile.RcsProfileService.getRcsConfig(SourceFile:53)
at com.google.android.apps.messaging.shared.sms.RcsUtils.l(SourceFile:342)
at com.google.android.apps.messaging.shared.sms.RcsUtils.g(SourceFile:743)
at dfo.l(SourceFile:1434)
at com.google.android.apps.messaging.shared.analytics.LogMessageSentOrReceivedAction.a(SourceFile:122)
at ecy.a(SourceFile:6)
at ecn.run(SourceFile:20)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
2019-08-03 15:20:56.940 19880-19950/? E/Bugle: Cannot get RCS file transfer auto accept supported value
2019-08-03 15:20:56.940 19880-19950/? E/Bugle: txf: Jibe SDK Service not available. Is the Jibe SDK service running? Did you call connect() and wait for the notification before calling an API function?
at txc.a(SourceFile:68)
at com.google.android.rcs.client.profile.RcsProfileService.a(SourceFile:70)
at com.google.android.rcs.client.profile.RcsProfileService.isFileTransferAutoAcceptSupported(SourceFile:25)
at gwg.c(SourceFile:23)
at gwg.a(SourceFile:7)
at dfo.l(SourceFile:1437)
at com.google.android.apps.messaging.shared.analytics.LogMessageSentOrReceivedAction.a(SourceFile:122)
at ecy.a(SourceFile:6)
at ecn.run(SourceFile:20)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
2019-08-03 15:20:57.498 21421-14601/? E/native: contacts-annotator.cc:93 Contacts annotator params do not exist
2019-08-03 15:20:57.498 21421-14601/? E/native: installed-app-annotator.cc:93 Installed app annotator params do not exist
2019-08-03 15:21:03.494 21421-17972/? E/native: light-goldmine.cc:95 Requested annotator not loaded
2019-08-03 15:21:04.408 3173-6329/? E/IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 152 "1"
2019-08-03 15:21:45.438 446-614/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
2019-08-03 15:21:45.651 24788-19699/? E/AudioSource: Stop listening is called on already closed AudioSource
2019-08-03 15:22:04.410 3173-6329/? E/IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 152 "1"
2019-08-03 15:23:04.408 3173-6329/? E/IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 152 "1"
2019-08-03 15:23:13.148 21355-15467/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!

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

1 participant