AndroidDeveloperLB

Results 603 comments of AndroidDeveloperLB

Why close the issue, if it still exists? It happens on a real device (My Pixel 2), and as you wrote, on an emulator too. There is no reason to...

As I remember, the imageView isn't visible when it's expanded, because it only appears at the bottom, when it's already peeked. Anyway, Google has provided a new official API for...

Did you guys solve this issue somehow? EDIT: seems that "jpjodoin" solution works well. Can this please be an official fix and be pushed into the repo?

Anyway, I've made a fork that has this issue fixed: https://github.com/AndroidDeveloperLB/android-gesture-detectors

First, you should avoid setting them both to fill_parent. Use wrap_content or a fixed sized. You can check out my sample here: https://github.com/AndroidDeveloperLB/MultiTouchPlaceholderView Not exactly what you want, but you...

Another example, originated from Vivo V23: can't get app icon for "com.vivo.crontab" in: "/system/app/BBKCrontab/BBKCrontab.apk" isSystemApp?true can't get app icon for "com.bbk.updater" in: "/system/app/Updater/Updater.apk" isSystemApp?true can't get app icon for "com.vivo.gamecube"...

Another example, from Samsung Galaxy A32: can't get app icon for "com.android.nfc" in: "/system/app/NfcNci/NfcNci.apk" isSystemApp?true can't get app icon for "com.samsung.knox.securefolder" in: "/system/priv-app/SecureFolder/SecureFolder.apk" isSystemApp?true can't get app icon for "com.samsung.advp.imssettings"...

Got more examples: - can't get app icon for "com.google.android.apps.betterbug" in: "/data/app/~~_fegAyGF9ast6OmwZK0dQg==/com.google.android.apps.betterbug-8ua_pyJ7wO91mSt3F9A0Uw==/base.apk" isSystemApp?false - can't get app icon for "com.google.pixel.livewallpaper" in: "/data/app/~~qm6dMW8loC2SGZusaHizKQ==/com.google.pixel.livewallpaper-knzWGFQIN9sdUj8BG0EH2w==/base.apk" isSystemApp?true - can't get app icon for "com.teslacoilsw.launcher"...

I have this too, but the error is a bit longer than the above: ``` Circular dependency between the following tasks: :app:dataBindingGenBaseClassesDebug +--- :app:mergeDebugResources | +--- :app:generateDebugLocaleConfig | | \---...