Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.79 KB | None | 0 0
  1. 02-19 23:15:30.121 8815-8815/ru.fortik_studio.creetail.hatsuki.allinonenotcleaner E/AndroidRuntime: FATAL EXCEPTION: main
  2.                                                                                                     Process: ru.fortik_studio.creetail.hatsuki.allinonenotcleaner, PID: 8815
  3.                                                                                                     java.lang.RuntimeException: Unable to start activity ComponentInfo{ru.fortik_studio.creetail.hatsuki.allinonenotcleaner/ru.fortik_studio.creetail.hatsuki.allinonenotcleaner.MainActivity}: java.lang.IllegalArgumentException: AppIndex: The URI host must match the package name and follow the format (android-app://<package_name>/<scheme>/[host_path]). Provided URI: android-app://rushabh.apk.extracter/http/host/path
  4.                                                                                                         at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2699)
  5.                                                                                                         at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766)
  6.                                                                                                         at android.app.ActivityThread.-wrap12(ActivityThread.java)
  7.                                                                                                         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507)
  8.                                                                                                         at android.os.Handler.dispatchMessage(Handler.java:102)
  9.                                                                                                         at android.os.Looper.loop(Looper.java:154)
  10.                                                                                                         at android.app.ActivityThread.main(ActivityThread.java:6236)
  11.                                                                                                         at java.lang.reflect.Method.invoke(Native Method)
  12.                                                                                                         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  13.                                                                                                         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  14.                                                                                                      Caused by: java.lang.IllegalArgumentException: AppIndex: The URI host must match the package name and follow the format (android-app://<package_name>/<scheme>/[host_path]). Provided URI: android-app://rushabh.apk.extracter/http/host/path
  15.                                                                                                         at com.google.android.gms.internal.zzju.zzb(Unknown Source)
  16.                                                                                                         at com.google.android.gms.internal.zzju.zza(Unknown Source)
  17.                                                                                                         at com.google.android.gms.internal.zzjt.zza(Unknown Source)
  18.                                                                                                         at com.google.android.gms.internal.zzju.zza(Unknown Source)
  19.                                                                                                         at com.google.android.gms.internal.zzju.start(Unknown Source)
  20.                                                                                                         at ru.fortik_studio.creetail.hatsuki.allinonenotcleaner.MainActivity.onStart(MainActivity.java:109)
  21.                                                                                                         at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1249)
  22.                                                                                                         at android.app.Activity.performStart(Activity.java:6701)
  23.                                                                                                         at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2662)
  24.                                                                                                         at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766) 
  25.                                                                                                         at android.app.ActivityThread.-wrap12(ActivityThread.java) 
  26.                                                                                                         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507) 
  27.                                                                                                         at android.os.Handler.dispatchMessage(Handler.java:102) 
  28.                                                                                                         at android.os.Looper.loop(Looper.java:154) 
  29.                                                                                                         at android.app.ActivityThread.main(ActivityThread.java:6236) 
  30.                                                                                                         at java.lang.reflect.Method.invoke(Native Method) 
  31.                                                                                                         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 
  32.                                                                                                         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement