在framework/base/core/res/res 下添加资源文件后需要先编译资源 然后编译framework 才可正常引用进入项目根目录 cd frameworks/base/core/res/ 执行mm命令(原生或高通), 编译 framework-res.apk或 ./mk mmfram...
分类:
移动开发 时间:
2014-08-20 15:38:02
阅读次数:
232
WINDOWS系统Eclipse+NDK+Android + OpenCv
参考文档博客
1 NDK环境搭建
http://jingyan.baidu.com/article/5d6edee22d908799eadeec9f.html 2 官方文档
Android.mk与Application.mk...
分类:
移动开发 时间:
2014-08-20 14:04:22
阅读次数:
386
1.Android源码中Package包下有:
2.最主要使用的是Package/app 下的包,这里面包含一些系统应用,比如:
3.编译app模块下的应用的方法如下:
编译方法:
User版本:
./mk -o=TARGET_BUILD_VARIANT=user ${projectname} mm packages/apps/Settings/
En...
分类:
移动开发 时间:
2014-08-19 19:05:35
阅读次数:
342
在cocos2d-x中集成百度语音识别的时候,运行build_native.py会把libs/armeabi目录清空。 以下是解决办法,把so文件放在jni/prebuilt里面。 修改Android.mk文件,主要有两行`include $(CLEAR_VARS)` ``` LOCAL_PAT...
分类:
移动开发 时间:
2014-08-18 23:42:43
阅读次数:
488
Whenever technique is really Michael kors uk in operate complete a joy, Just the thing will they be and Cheap Mk ways would you give up restrain us. J...
分类:
其他好文 时间:
2014-08-16 12:22:20
阅读次数:
313
概述: 操作系统版本:CentOS release 6.3 (Final) 64位 nagios版本:Nagios Core 4.0.6 pnp4nagios版本:pnp4nagios-0.6.22 mk-livestatus版本:mk-livestatus-1.2.5i5p2 check...
分类:
移动开发 时间:
2014-08-13 12:35:46
阅读次数:
1808
error: 'transform' is not a member of 'std'labelReader.cpp:54:9:error:'transform' is not a member of 'std'build-binary.mk:386:recipe for target labelR...
分类:
移动开发 时间:
2014-08-10 12:35:20
阅读次数:
272
在Android4.2的源码Build/prduct_config.mk里面遇到一个遗憾:# Convert a short name like "sooner" into the path to the product
# file defining that product.
#
INTERNAL_PRODUCT := $(call resolve-short-product-name, $(...
分类:
移动开发 时间:
2014-08-07 23:15:05
阅读次数:
340
只需要判断一个回合就可以了,枚举判断可以一次出完所有牌或者大过对面的牌的可能,注意的是4张相同的牌带两张牌的话是可以被炸弹炸的。
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
struct node
{
int k,mk;
int two...
分类:
其他好文 时间:
2014-08-07 19:04:10
阅读次数:
258
1、当做安卓移植的时候遇到如下问题:
Android NDK: jni/Android.mk: Cannot find module with tag 'CocosDenshion/android' in import path
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
Andr...
分类:
移动开发 时间:
2014-08-06 19:16:22
阅读次数:
214