videokit-ffmpeg-android icon indicating copy to clipboard operation
videokit-ffmpeg-android copied to clipboard

White Screen

Open chazhenry opened this issue 6 years ago • 0 comments

I'm using Android Studio 3.0.1. The project compiles and runs but (using the emulator), but I just get a white screen for the MainActivity. Duplicated on Samsung Note 5 running Android 7. White Screen.

E/RecyclerView: No adapter attached; skipping layout

FIXED! added: recyclerView.setHasFixedSize(true); at the end of setupList method.

chazhenry avatar Apr 09 '18 14:04 chazhenry