会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
九月光
博客园
首页
新随笔
联系
订阅
管理
2013年7月11日
undefined reference to '__android_log_print'解决方案
摘要: 1:在源程序中添加头文件#include 2:在Android.mk中添加LOCAL_SHARED_LIBRARIES := \ libutils \ libbinder \ libhardware \
阅读全文
posted @ 2013-07-11 14:13 九月光
阅读(3214)
评论(0)
推荐(0)
编辑
Unable to resolve target android-5解决方案
摘要: 1:问题:android导入项目的时候出现此错误2:原因:3:解决: 修改工程目录下的default.properties文件里的内容target=android-5 这个5修改成你的api版本就行
阅读全文
posted @ 2013-07-11 10:30 九月光
阅读(209)
评论(0)
推荐(0)
编辑
公告