I cannot say for sure, but since we had this years Google Play Store API update, my app now generates a Runtime Error when it starts up. I have not modified that app in any way except for the new API version.
Here is what the exact error states:
RUNTIME ERROR .. android.widget.lineart.layout cannot be cast to androidx.recyclerview.widget.recyclerview
The only option the error message gives is to END THE PROGRAM. And it will, if you click that choice. However, if you click anywhere else on the screen, off of the error message, the error message will close and the program will operate just fine.
I know enough to realize the issue is that something CANNOT BE CAST to something else, but I do not know what Casting is.. so I don't know where to even start looking for a solution.
Bingo. I updated the v2 version of LiveviewPlus with the new v4 and now it works perfectly.
Thank you both, I never would have known to look for that. I didn't have the knowledge to know what the error message was telling me. I still don't, but at least the issue is resolved.