上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 86 下一页
摘要: 大家 尽量 看我 加粗的 字体,其他的 地方可以 一带而过!By default, the NDK will look for the following build script: $PROJECT/jni... 阅读全文
posted @ 2012-12-05 19:57 点点爱梦 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 不同点:1、签名不同;+++++++++++++++++++++++++++++++++++++++++++++++++=Android中的应用程序如何获得系统权限?在 android 的 API中有提供 Sys... 阅读全文
posted @ 2012-12-05 15:49 点点爱梦 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1、在java代码里,如果想要 加载 libFileLoader.so , 使用 static { System.loadLibrary("FileLoader"); }就可以加... 阅读全文
posted @ 2012-12-04 23:55 点点爱梦 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 常用有两种方法:1、在windows/linux下,首先把so动态库文件 编译出来(通过NDK),然后再 拷贝到android的工程里 libs/armeabi/下,如果libs/armeabi 不存在,那就自己... 阅读全文
posted @ 2012-12-04 23:44 点点爱梦 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 一、NDK简介1、NDK 全称: Native Development Kit;为什么推出NDK? 首先 C和C++开发的程序其卓越性能不用提了,其次 C和C++被反编译的可能性降低了很多,要比JAVA安全保密多... 阅读全文
posted @ 2012-12-04 21:27 点点爱梦 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 什么是cygwin? cygwin是一个在windows平台上运行的unix模拟环境,它对于 从unix到windows的应用程序移植,或者进行某些特殊的开发工作, 尤其是使用gnu工具集在windo... 阅读全文
posted @ 2012-12-04 17:36 点点爱梦 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1、defining DISABLE_DEXPREOPT=true in your environment, this will disable the Dex pre-optimization;在 androi... 阅读全文
posted @ 2012-12-04 14:25 点点爱梦 阅读(86) 评论(0) 推荐(0) 编辑
摘要: eclipse中编译没有问题,但是在make自己建立的项目的时候,提示了错误“This attribute must be localized”,这种问题一般情况是因为在res/xml文件夹下的中或者在res/l... 阅读全文
posted @ 2012-12-04 12:28 点点爱梦 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 当执行完 . build/envsetup.sh 脚本之后,在 当前 终端里 可以执行 如下 命令;- m: Runs make from the top of the tree. This isus... 阅读全文
posted @ 2012-12-03 21:39 点点爱梦 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、进度条的 各种样式大全2、ImageView的android:scaleType 属性3、GridView和ListView 都是 多布局控件 ... 阅读全文
posted @ 2012-11-28 18:27 点点爱梦 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 86 下一页