“Unable to open log device '/dev/log/main': No such file or directory”

后端 未结 7 2064
傲寒
傲寒 2020-12-02 06:34

I am new to Android development and bought a cheap Huawei Sonic (U8650 apparently) so I could test my first attempts at making an app on an actual device.

However, w

7条回答
  •  时光取名叫无心
    2020-12-02 07:12

    1. Open: /system/etc/init.d/××× (not the same file on different ROMs, find the right file)
    2. Find the line that says: rm /dev/log/main
    3. Change the line to: # rm /dev/log/main (comments out the line, rm = remove, in case you were wondering)
    4. Save and reboot

提交回复
热议问题