android-rpi/device_brcm_rpi3

Oreo Settings app crash

arunsrk opened this issue · 0 comments

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){
}
}