awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDex Bytecode Compilation

Compilation of Java source code into the compact Dalvik Executable (DEX) format for mobile devices.

Distinct from Source-to-Bytecode Compilers: Distinct from general Source-to-Bytecode Compilers: targets the specific DEX format used by Android rather than general JVM or V8 bytecode.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Dex Bytecode Compilation. Refine with filters or upvote what's useful.

Awesome Dex Bytecode Compilation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lineageos/androidLineageOS 的头像

    LineageOS/android

    4,539在 GitHub 上查看↗

    这是一个开源移动操作系统,旨在用社区驱动的系统取代专有设备软件。其主要目的是支持开发自定义系统镜像并延长移动设备的使用寿命,在官方制造商支持结束后为硬件提供更新。 该系统允许通过自定义 ROM 开发移除臃肿软件并修改系统级行为。用户可以从源代码树编译完整的系统镜像,从而为特定的移动硬件定制操作系统。 底层架构利用了修改后的 Linux 内核、针对低内存环境优化的自定义 C 库,以及用于将框架与设备特定驱动程序解耦的硬件抽象层。它采用托管执行环境和模块化框架,将供应商特定的实现与通用系统分离开来。

    Compiles Java source code into a compact bytecode format optimized for resource-constrained mobile devices.

    在 GitHub 上查看↗4,539
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Dex Bytecode Compilation