Alessandro Finocchiaro

Results 5 comments of Alessandro Finocchiaro

With recyclerView not work for me ! maybe because i use holder.imageView.setImageResource(srcs.get(position)); on onBindViewHolder method???

Only PEWTextView work

I tried to start an emulator like that: on build.gradle file define android { testOptions { managedDevices { devices { pixelCTabletApi34 (ManagedVirtualDevice) { device = "Pixel C" apiLevel = 34...

I encountered the same issue, and my solution was to downgrade the Firebase BoM to version 33.12.0. The problem occurs in versions above this one.

@lehcar09 encountered the same issue, and my solution was to downgrade the Firebase BoM to version 33.12.0. The problem occurs in versions above this one. I attach full logs >...