ChinaUnix.net
相关文章推荐:

android ndk mingw 搭建

为何要用到ndk?

by myfaxmail - 移动操作系统 - 2011-12-23 02:09:33 阅读(808) 回复(0)

相关讨论
by figofuture - 移动操作系统 - 2011-01-18 10:01:39 阅读(701) 回复(0)

有关android--底--ndk开发的相关资料可以参考“【eoe特刊】第七期:ndk”,这一期刊,我个人认为这一期是写的很好。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90876/showart_2163876.html

by jhluroom - Linux文档专区 - 2010-01-29 11:18:00 阅读(2393) 回复(0)

android内置的编解码器实在太少,于是我们需要FFmpeg。android提供了ndk,为我们使用FFmpeg这种C语言代码提供了方便。

不过为了用ndk编译FFmpeg,还真的花费了不少时间,也得到了很多人的帮助,最应该谢谢havlenapetr。我觉得我现在这些方法算是比较简洁的了--

下面就尽量詳細的说一下我是怎么在项目中使用FFmpeg的,但是基...

by landuochong - 移动操作系统 - 2011-12-22 08:51:07 阅读(1405) 回复(0)

http://developer.android.com/sdk/ndk/1.5_r1/index.html Download android 1.5 ndk, Release 1 June 2009 The android ndk is a companion tool to the android SDK that lets android application developers build portions of their apps in native code. It is designed for use only in conjunction with the android SDK, so if you have not already installed the android 1.5 SDK, please do so before downloading ...

by iibull - 移动操作系统 - 2009-06-30 08:38:18 阅读(1391) 回复(0)
by zzhex - Linux环境编程 - 2012-10-23 14:23:25 阅读(1117) 回复(0)

android 开发环境搭建中--- “An SDK Target must be specified.” 问题 转自: http://blog.csdn.net/yinwaner/archive/2009/11/09/4790282.aspx 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/107072/showart_2147159.html

by maytures - Java文档中心 - 2010-01-13 09:02:53 阅读(2009) 回复(0)

如何搭建android开发环境谷歌官网上有详细的介绍,这里主要给出一些简要提示,更多细节可参考 http://code.google.com/android/intro/installing.html Supported Operating Systems: Windows XP or Vista Mac OS X 10.4.8 or later (x86 only) Linux (tested on Linux Ubuntu Dapper Drake) 由于在Linux环境下android Source Code的获取和编译更为方便,本文主要介绍基于Linux Ubuntu的搭建过程。 推荐的操作系统 Ubuntu 6.06...

by ahphone - 移动操作系统 - 2009-05-26 17:29:30 阅读(1081) 回复(0)

如何搭建android开发环境谷歌官网上有详细的介绍,这里主要给出一些简要提示,更多细节可参考 http://code.google.com/android/intro/installing.html Supported Operating Systems: Windows XP or Vista Mac OS X 10.4.8 or later (x86 only) Linux (tested on Linux Ubuntu Dapper Drake) 由于在Linux环境下android Source Code的获取和编译更为方便,本文主要介绍基于Linux Ubuntu的搭建过程。 推荐的操作系统 Ubuntu 6.06 (D...

by TopEmbedded - 移动操作系统 - 2008-12-16 10:09:33 阅读(911) 回复(0)

:em12: sample里的都make过去,能跑了。自己新建一个目录放个wxWdigets的例子程序进去,不知该怎么写makefile了-。-`。

by Ray001 - C/C++ - 2007-04-06 16:22:16 阅读(1601) 回复(2)

    需要在项目中使用一种适合视频会议和voip的音频编解码器。网上搜索发现,满足这种使用环境的音频编解码器,主要是ITU g7xx。其中 g723.1 编码之后生成的码流占用带宽是最小的,然而基本只适合语音环境,音质较差。而 g729 则比较适中,生成的码流占带宽比较低,音质也不错,是目前网络流媒体中比较合适的音频编码方式。
   在网上找了一下,发现了一个可以在 android ndk 环境中编译使用...

by scienceworld - 移动操作系统 - 2011-12-20 09:44:21 阅读(2158) 回复(0)