Android CyanogenMod FM 播放器应用程序

发布于 2025-01-01 02:24:39 字数 467 浏览 3 评论 0原文

你好,我正在尝试为cyanogen mod 构建一个FM 播放器。 获取了代码,

我从 Cyanogen mod git https://github.com/CyanogenMod/android_packages_apps_FM

这是给那些人的其中使用MIUI Rom。

有什么方法可以让我编译代码并使用它或自定义它以便构建我的应用程序。当我将其导入 eclipse 时,我收到错误,因为可能导入的内容不受 android stock sdk 的支持,就像许多 FM 库一样。我可以以某种方式运行这个应用程序吗?在日食或其他地方我应该如何继续。我搜索发现创建一个FM播放器很困难,因为它需要集成FM芯片的库。请提出您的建议,似乎对我来说没什么用。

如何将它用于 android 库。

Hi i am trying to build an FM player for cyanogen mod. I got the code form Cyanogen mod git

https://github.com/CyanogenMod/android_packages_apps_FM

This is for those which use MIUI Rom.

Is there any way for me to compile the code and use it or customize it so as to built my on app. When I import it to eclipse i get error for may imports that are not supported by android stock sdk like many FM libraries. Is it possible for me to run this app some how? In eclipse or some where else how should i proceed. I found on searching that creating an FM player is tough as it need to integrate the libraries for FM chip. Please give your suggestions nothing seems to work for me.

How to use it for android libraries.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

殤城〤 2025-01-08 02:24:39

要编译 CyanogenMod 中包含的大部分应用程序,您必须首先检查 CM 的整个源代码[1],然后将整个源代码导入到 Eclipse 项目中[2](假设您使用的是 Eclipse,不了解其他 IDE) )。这将使您能够构建并运行 CyanogenMod 中包含的任何应用程序。

[1] http://wiki.cyanogenmod.com/wiki/Building_from_source
[2] http://wiki.cyanogenmod.com/wiki/Loading_source_in_eclipse

To compile most of the apps included in CyanogenMod, you have to check out CM's entire source[1] first, then import the whole thing into an Eclipse project[2] (assuming you're using Eclipse, don't know about other IDEs). This will enable you to build and run any app included in CyanogenMod.

[1] http://wiki.cyanogenmod.com/wiki/Building_from_source
[2] http://wiki.cyanogenmod.com/wiki/Loading_source_in_eclipse

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文