Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. 2019-06-20 19:37:00.956 9450-9450/? D/libEGL: Emulator has host GPU support, qemu.gles is set to 1.
  2. 2019-06-20 19:37:00.993 9450-9450/? D/libEGL: loaded /vendor/lib/egl/libEGL_emulation.so
  3. 2019-06-20 19:37:00.996 9450-9450/? D/libEGL: loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
  4. 2019-06-20 19:37:01.042 9450-9450/? D/libEGL: loaded /vendor/lib/egl/libGLESv2_emulation.so
  5. 2019-06-20 19:55:42.432 9450-9450/? I/.akai.subhunte: Not late-enabling -Xcheck:jni (already on)
  6. 2019-06-20 19:55:42.459 9450-9450/? E/.akai.subhunte: Unknown bits set in runtime_flags: 0x8000
  7. 2019-06-20 19:55:42.460 9450-9450/? W/.akai.subhunte: Unexpected CPU variant for X86 using defaults: x86
  8. 2019-06-20 19:55:43.197 9450-9450/com.akai.subhunter W/.akai.subhunte: JIT profile information will not be recorded: profile file does not exits.
  9. 2019-06-20 19:55:43.204 9450-9450/com.akai.subhunter I/chatty: uid=10132(com.akai.subhunter) identical 10 lines
  10. 2019-06-20 19:55:43.204 9450-9450/com.akai.subhunter W/.akai.subhunte: JIT profile information will not be recorded: profile file does not exits.
  11. 2019-06-20 19:55:43.273 9450-9450/com.akai.subhunter I/InstantRun: starting instant run server: is main process
  12. 2019-06-20 19:55:43.632 9450-9450/com.akai.subhunter D/AndroidRuntime: Shutting down VM
  13. 2019-06-20 19:55:43.641 9450-9450/com.akai.subhunter E/AndroidRuntime: FATAL EXCEPTION: main
  14. Process: com.akai.subhunter, PID: 9450
  15. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.akai.subhunter/com.akai.subhunter.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
  16. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3260)
  17. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3396)
  18. at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
  19. at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
  20. at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
  21. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2009)
  22. at android.os.Handler.dispatchMessage(Handler.java:107)
  23. at android.os.Looper.loop(Looper.java:214)
  24. at android.app.ActivityThread.main(ActivityThread.java:7319)
  25. at java.lang.reflect.Method.invoke(Native Method)
  26. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
  27. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:934)
  28. Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
  29. at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:555)
  30. at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:518)
  31. at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:466)
  32. at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:140)
  33. at com.akai.subhunter.MainActivity.onCreate(MainActivity.java:28)
  34. at android.app.Activity.performCreate(Activity.java:7783)
  35. at android.app.Activity.performCreate(Activity.java:7772)
  36. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1299)
  37. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3235)
  38. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3396) 
  39. at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) 
  40. at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) 
  41. at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) 
  42. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2009) 
  43. at android.os.Handler.dispatchMessage(Handler.java:107) 
  44. at android.os.Looper.loop(Looper.java:214) 
  45. at android.app.ActivityThread.main(ActivityThread.java:7319) 
  46. at java.lang.reflect.Method.invoke(Native Method) 
  47. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) 
  48. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:934) 
  49. 2019-06-20 19:55:43.696 9450-9450/com.akai.subhunter I/Process: Sending signal. PID: 9450 SIG: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement