Error:error: unable to remove file: Permission denied

2019-08-18 22:22:54


 


clang++.exe: error: unable to remove file: Permission denied

  clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)

  ninja: build stopped: subcommand failed.


 


JNI里写的C++增加了函数或修改了,如果此时是Debug模式下,而且还没退出程序,就出现这个Permission denied的提示。解决也很简单:就是退出App即可。如果退出无响应,直接拔usb,重新插上也可以


  • 2017-02-24 16:53:58

    PHP 中的Closure

    Closure,匿名函数,又称为Anonymous functions,是php5.3的时候引入的。匿名函数就是没有定义名字的函数。这点牢牢记住就能理解匿名函数的定义了。

  • 2017-03-02 09:45:27

    动态加载js和css

    开发过程中经常需要动态加载js和css,今天特意总结了一下常用的方法。