Skip to content

After updating from v3.7.9 to v3.8.0, the app won't launch #135

@mak7im01

Description

@mak7im01

Describe the bug

Hi. After updating from v3.7.9 to v3.8.0, the app won't launch, displaying this error:

android.view.InflateException: Binary XML file line #18 in com.leanbitlab.leantype:layout/input_view: Binary XML file line #14 in com.leanbitlab.leantype:layout/clipboard_history_view: Error inflating class helium314.keyboard.keyboard.clipboard.ClipboardHistoryView
Caused by: android.view.InflateException: Binary XML file line #14 in com.leanbitlab.leantype:layout/clipboard_history_view: Error inflating class helium314.keyboard.keyboard.clipboard.ClipboardHistoryView
Caused by: java.lang.reflect.InvocationTargetException
 at java.lang.reflect.Constructor.newInstance0(Native Method)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
 at android.view.LayoutInflater.createView(LayoutInflater.java:883)
 at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1035)
 at android.view.LayoutInflater.parseInclude(LayoutInflater.java:1267)
 at android.view.LayoutInflater.rInflate(LayoutInflater.java:1148)
 at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1113)
 at android.view.LayoutInflater.rInflate(LayoutInflater.java:1155)
 at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1113)
 at android.view.LayoutInflater.parseInclude(LayoutInflater.java:1297)
 at android.view.LayoutInflater.rInflate(LayoutInflater.java:1148)
 at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1113)
 at android.view.LayoutInflater.inflate(LayoutInflater.java:711)
 at android.view.LayoutInflater.inflate(LayoutInflater.java:548)
 at android.view.LayoutInflater.inflate(LayoutInflater.java:486)
 at helium314.keyboard.keyboard.KeyboardSwitcher.onCreateInputView(r8-map-id-dde2594e27bb666ab0f62a6b042a1e32d98486104e15e050fc32878a8ef796e5:70)
 at helium314.keyboard.latin.LatinIME.onCreateInputView(r8-map-id-dde2594e27bb666ab0f62a6b042a1e32d98486104e15e050fc32878a8ef796e5:9)
 at android.inputmethodservice.InputMethodService.updateInputViewShown(InputMethodService.java:2098)
 at android.inputmethodservice.InputMethodService.prepareWindow(InputMethodService.java:2669)
 at android.inputmethodservice.InputMethodService.showWindow(InputMethodService.java:2598)
 at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInput(InputMethodService.java:930)
 at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInputWithToken(InputMethodService.java:902)
 at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:232)
 at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
 at android.os.Handler.dispatchMessage(Handler.java:106)
 at android.os.Looper.loopOnce(Looper.java:211)
 at android.os.Looper.loop(Looper.java:300)
 at android.app.ActivityThread.main(ActivityThread.java:8289)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x0
 at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:257)
 at android.content.res.Resources.getDrawableForDensity(Resources.java:1030)
 at android.content.res.Resources.getDrawable(Resources.java:970)
 at android.content.Context.getDrawable(Context.java:820)
 at helium314.keyboard.keyboard.internal.KeyboardIconsSet.getNewDrawable(r8-map-id-dde2594e27bb666ab0f62a6b042a1e32d98486104e15e050fc32878a8ef796e5:56)
 at helium314.keyboard.latin.utils.ToolbarUtilsKt.createToolbarKey(r8-map-id-dde2594e27bb666ab0f62a6b042a1e32d98486104e15e050fc32878a8ef796e5:73)
 at helium314.keyboard.keyboard.clipboard.ClipboardHistoryView.<init>(r8-map-id-dde2594e27bb666ab0f62a6b042a1e32d98486104e15e050fc32878a8ef796e5:114)
 ... 31 more

App version
v3.8.0 Release (standard-release)
v3.7.9 Release (standard-release)

Device:

  • Model: POCO X3 Pro
  • OS: MIUI 14, Android 13

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions