简体   繁体   English

如何编译Android Jellybean源代码

[英]How to compile Android jellybean source code

I am new to android development, I am developing a play back feature on Google nexus 10 tablet , which plays specific video format , we have video Decoder. 我是Android开发的新手,我正在Google nexus 10 tablet上开发播放功能,该功能播放特定的视频格式,我们有视频解码器。

For that i have downloaded android 4.2 jelly bean source code but , I don't know the steps to Build , compile or how to proceed further with android media framework (for play back feature ). 为此,我下载了android 4.2果冻豆源代码,但是,我不知道Build,编译或如何进一步使用android media framework(用于播放功能)的步骤。

I searched in Google i got few link's from xda developer forum :- 我在Google中搜索,但从xda开发者论坛获得的链接很少:-

https://stackoverflow.com/questions/2...code-on-ubuntu http://forum.xda-developers.com/showpost.php?p=37097861 but this link specified for HTC mobile . https://stackoverflow.com/questions/2...code-on-ubuntu http://forum.xda-developers.com/showpost.php?p=37097861,但这是为HTC mobile指定的链接。

The steps are for HTC mobile ,but i am looking for Google Nexus 10 , will the steps remains same or few changes are their for building on google nexus 10. 这些步骤适用于HTC mobile,但我正在寻找Google Nexus 10,这些步骤将保持不变或在Google nexus 10上进行一些更改。

Kindly educate me on procedure to follow /or any data/ link which specify in detail about the same. 请教育我有关遵循程序或/或任何详细说明该程序的数据/链接的程序。

Thanks in advance ... ! 提前致谢 ... ! Regards , SJ 问候


actually i got the steps for compile the source code, 实际上,我已经获得了编译源代码的步骤,

but the problem is dont know how and where to place my custom HW video decoder(Source and Include files),i have referred stack overflow questions answered by ganesh i am thankful to him also he educated me lot these links 但问题是我不知道如何以及在何处放置我的自定义硬件视频解码器(源文件和包含文件),我提到了ganesh回答的堆栈溢出问题,我很感谢他,他也教育了我很多这些链接

Android: How to integrate a decoder to multimedia framework Android:如何将解码器集成到多媒体框架

How to create a stagefright plugin 如何创建一个stagefright插件

but the problem is still, I am not getting the correct method , can any one educate me detail , i am very near to deadline so your help will be greatly appreciated. 但是问题仍然存在,我没有得到正确的方法,任何人都可以教我细节,我非常接近最后期限,因此将不胜感激您的帮助。

Thanks Sayed Junaid 谢谢赛义德·朱奈德

If you are developing for Nexus devices the procedure actually gets easier. 如果您是为Nexus设备开发的,则该过程实际上会更容易。 The complete instructions how to prepare your environment and build AOSP you can find here: http://source.android.com/source/building.html 您可以在以下位置找到有关如何准备环境和构建AOSP的完整说明: http : //source.android.com/source/building.html

After downloading the sources you also need to get proprietary devices, which you can find here: https://developers.google.com/android/nexus/drivers enter link description here 下载资源后,您还需要获取专有设备,您可以在这里找到: https : //developers.google.com/android/nexus/drivers 在此处输入链接描述

The instruction how to build AOSP for Nexus devices you can find here: http://source.android.com/source/building-devices.html 您可以在此处找到有关如何为Nexus设备构建AOSP的说明: http : //source.android.com/source/building-devices.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM