You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the oreo version (android-8.1.0_r33). Settings app crashes for me. Settings screen comes up always and any further selection on the menu causes the crash.
I have downloaded the oreo version (android-8.1.0_r33). Settings app crashes for me. Settings screen comes up always and any further selection on the menu causes the crash.
I have checked this solution.
https://github.com/android-rpi/device_brcm_rpi3/wiki/Runtime-Errors.
But this problem has been addressed in the latest source code.
like below
showMenuIcon(){
final ActionBar actionBar = getActionBar();
if( actionBar != NULL){
}
}
The text was updated successfully, but these errors were encountered: