240 发简信
IP属地:海南
  • 错误: 找不到 'com.lezhitech.jni.Test' 的类文件

    遇到上述错误,可能两种原因:(1)必须在项目Java目录下执行javah命令 com.example 是的你package如果路径为: /hom...

  • AndroidStudio生成merged_native_libs和stripped_native_libs下so区别

    通过AndroidStudio编译生成so,发现在merged_native_libs和stripped_native_libs下都有生成,这两...

  • error: #error This file requires compiler and library support for the ISO C++ 2011 standard

    在AS工程中,编译遇到下面错误:error: #error This file requires compiler and library su...

  • C++新特性【智能指针内存管理】

    参考网址:https://www.cnblogs.com/feng-sc/p/5710724.html#title13 1、std::share...

  • Activity如何与Service通信

    Activity如何与Service通信? 可以通过bindService的方式,先在Activity里实现一个ServiceConnectio...