I’m using Android Studio on Windows 11, and trying to debug ThumbKey on an emulated device.

For some reason, the ThumbKey keyboard doesn’t appear.

Looking at the logs in Logcat, there is one suspicious line:

2025-07-24 19:50:30.200  4769-4769  ImeBackDispatcher       com.dessalines.thumbkey.debug        E  Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 88733492

I’m new to Android dev, so I’m not sure how to debug this.

I tried fiddling with the keyboard settings of the emulated device, and some other proposed solutions I found on StackOverflow, but nothing I tried worked so far.

I am testing this on version 5.0.3 (commit acad975f51d7b399a567b2d1217a3209b6bbef96)

  • Toldry@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    If i understand correctly, enabling and selecting is very easy to do. i do it in the video in the OP. So I don’t understand why that is an impediment.

    Do you use Android Studio for developing on a wifi enabled device? Is step-by-step debugging possible via wifi?

    • Dessalines@lemmy.mlM
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      Yes, I use android studio and test on a read device via wireless debugging. I used to try to use the internal emulators but they have a lot of problems.

      You get full logcat logs sent from your device when you do that, so it makes errors easy to find.