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