Hello
I have an error report in Crashlytics on a few devices :
during loadLayout for layout/exo_player_control_view
Caused by android.content.res.Resources$NotFoundException: Drawable (missing name) with resource ID #0x7f080043
I did some research in my Objects directory and found :
In R.java file Public static final int exo_icon_vr=0x7f080043 ;
In base.zip file , RES directories :
exo_icon_vr.xml is missing from directory drawable-anydpi-v21 whreas all other exo_icon_* as presents.
Was that a mistake on my part?
Can I fix it myself?
Thank you
Francis
I have an error report in Crashlytics on a few devices :
during loadLayout for layout/exo_player_control_view
Caused by android.content.res.Resources$NotFoundException: Drawable (missing name) with resource ID #0x7f080043
I did some research in my Objects directory and found :
In R.java file Public static final int exo_icon_vr=0x7f080043 ;
In base.zip file , RES directories :
exo_icon_vr.xml is missing from directory drawable-anydpi-v21 whreas all other exo_icon_* as presents.
Was that a mistake on my part?
Can I fix it myself?
Thank you
Francis