如何在 Android 事物上显示导航栏?
How to show NavigationBar on Android Things?
我试过在/system/build.prop
中添加qemu.hw.mainkeys=0
,但是是只读系统。
然后我尝试了mount -o remount
,rw /system
,得到了
mount: system' not in /proc/mounts
当我尝试 mount -o remount, rw /
时,得到了
/dev/root' is read-only
我该如何解决?
谢谢你的帮助
导航键在 Android 上根本不可用。
我试过在/system/build.prop
中添加qemu.hw.mainkeys=0
,但是是只读系统。
然后我尝试了mount -o remount
,rw /system
,得到了
mount: system' not in /proc/mounts
当我尝试 mount -o remount, rw /
时,得到了
/dev/root' is read-only
我该如何解决? 谢谢你的帮助
导航键在 Android 上根本不可用。