代码很多 就是我程序用到了so库文件,而这些文件,在调用的时候必须加载到系统目录下,现在卡在无法写入so文件到系统目录。郁闷ing

解决方案 »

  1.   

    楼主是要把一个.so文件放到/system/lib里,你得先确定你能获得root权限。
    在命令行下试试adb root看能不能成功,如果不成功会有提示,你看看是什么。
      

  2.   


    Milestone 系统固件版本是2.01使用adb root命令出现如下信息C:\Documents and Settings\Administrator>adb root
    * daemon not running. starting it now *
    * daemon started successfully *
    adbd cannot run as root in production builds这个是怎么回事?
      

  3.   

    faint,try: 
       adb shellread adb usage:
       adb -help