Assigned
Status Update
Comments
ed...@gmail.com <ed...@gmail.com> #2
having the same issue
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Description
01-21 19:38:41.792 D/CTBCTB ( 5173): startCustomTabs called, doing a bindCustomTabsService
01-21 19:38:41.796 W/ActivityManager( 1704): Unable to start service Intent { act=android.support.customtabs.action.CustomTabsService pkg=com.envoy.customtabsbug } U=0: not found
Neither onCustomTabsServiceConnected or onServiceDisconnected gets called. I've created a sample project to show off what's happening:
Maybe I'm doing something wrong, but I sure can't figure out what.