2016年12月23日

android 区分wifi是5G还是2.4G

摘要: http://bbs.csdn.net/topics/391033966?page=1 我一开始看这帖子,找不到答案,为了后来的人,我来回复吧。WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE... 阅读全文

posted @ 2016-12-23 15:19 王亮1 阅读(228) 评论(0) 推荐(0) 编辑

makefile 和shell文件相互调用

摘要: shell 文件内调用makefile文件: #!/bin/bashcd ctemplate-2.1./configuresudo make -f installcd ../cd TemplateProcessermake说明:./configure文件是shell脚本文件,即shell内调用sh... 阅读全文

posted @ 2016-12-23 11:07 王亮1 阅读(263) 评论(0) 推荐(0) 编辑

Android开发过程中在sh,py,mk文件中添加log信息的方法

摘要: Android开发过程中在sh,py,mk文件中添加log信息的方法在sh文件中:echo “this is a log info” + $info在py文件中:print ("this is a log info ",info)在mk文件中$(warning warning:'this is a... 阅读全文

posted @ 2016-12-23 11:07 王亮1 阅读(332) 评论(0) 推荐(0) 编辑

Android------Android.mk调用shell脚本

摘要: $(info $(shell ($(LOCAL_PATH)/echo_test.sh))) 阅读全文

posted @ 2016-12-23 11:04 王亮1 阅读(901) 评论(0) 推荐(0) 编辑

导航