Android Picasso image loading app crash when scrolling RecyclerView
问题 I am using Retrofit to access this Webservice link: https://jsonplaceholder.typicode.com/photos When loading the items in a recyclerview without loading images, the app works fine. However, if I add Picasso code to load the images, the app crashes after scrolling 2 or three times. I get the following error: A/Looper: Could not make wake event fd: Too many open files OR these errors all together: E/Parcel: fcntl(F_DUPFD_CLOEXEC) failed in Parcel::read, i is 0, fds[i] is -1, fd_count is 1,