一、难点一:无法复制so文件到/system/lib或者/vendor/lib下,提示只读

  解决方法:

  2.使用android device monitor放库进入到 /system/lib出现只读权限时:

  adb shell   //进入设备

  mount -o remount /system    //获取读写权限,在重新拷贝进去就可以了

相关文章:

  • 2021-09-27
  • 2021-05-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2022-01-31
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
相关资源
相似解决方案