2020年4月27日
摘要: 解决办法就是: 加上路径。 阅读全文
posted @ 2020-04-27 15:36 庐州晓月 阅读(534) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/cgwang_1580/article/details/86373916 阅读全文
posted @ 2020-04-27 13:19 庐州晓月 阅读(261) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wutongyu0123wutongyu/article/details/78937689 其实也可以通过.mk文件添加,比如 我们要添加log android 库 就在 LOCAL_LDLIBS := 后面加,前面要加 -l修饰 阅读全文
posted @ 2020-04-27 13:13 庐州晓月 阅读(424) 评论(0) 推荐(0)
摘要: 问题描述: cmd下面进入工程的bin/classes下面,执行 javah xxx.xxx.A 生成头文件, 一般来说都是可以成功执行的,但是如果xxx.xxx.A类里面引用了android类库里面的类的话,就会报异常,如下图: 上面因为引用了android.graphics.Bitmap,所以导 阅读全文
posted @ 2020-04-27 11:13 庐州晓月 阅读(196) 评论(0) 推荐(0)
  2020年4月20日
摘要: https://www.cnblogs.com/wuwuwu/p/6335200.html 阅读全文
posted @ 2020-04-20 20:12 庐州晓月 阅读(128) 评论(0) 推荐(0)
  2020年4月14日
摘要: http://senlinzhan.github.io/2017/12/04/cpp-memory-order/ https://www.jb51.net/article/141896.htm 阅读全文
posted @ 2020-04-14 21:10 庐州晓月 阅读(130) 评论(0) 推荐(0)
  2020年4月10日
摘要: https://blog.csdn.net/fengbingchun/article/details/104115489 阅读全文
posted @ 2020-04-10 11:47 庐州晓月 阅读(312) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_36145093/article/details/88346755 阅读全文
posted @ 2020-04-10 09:26 庐州晓月 阅读(172) 评论(0) 推荐(0)
  2020年4月9日
摘要: https://www.dazhuanlan.com/2020/01/17/5e20a26ee0a9f/ 阅读全文
posted @ 2020-04-09 22:58 庐州晓月 阅读(126) 评论(0) 推荐(0)
  2020年4月3日
摘要: https://www.cnblogs.com/haippy/p/3346477.html 阅读全文
posted @ 2020-04-03 19:50 庐州晓月 阅读(391) 评论(0) 推荐(0)