awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
android avatar

android/ndk

0
View on GitHub↗
2,287 stele·303 fork-uri·9 vizualizări

Ndk

The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules.

The toolset includes debugging and profiling capabilities that bridge low-level system debuggers with compiled binaries to inspect runtime execution states, register contents, and memory layouts. It provides performance monitoring instrumentation to measure execution bottlenecks and resource consumption in running native binaries, alongside diagnostic crash log generation that captures low-level system signals and thread registers during fatal runtime faults.

Features

  • Development Kits - Provides a comprehensive toolset for building high-performance C and C++ native code libraries into mobile applications.
  • Runtime Debuggers - Inspects runtime execution, performance bottlenecks, and crash tombstones in native application binaries.
  • Native Library Porting - Links compiled native code modules directly into mobile applications as shared libraries for high-performance execution.
  • C and C++ Cross-Compilation - Compiles C and C++ source code into native machine code libraries across multiple target hardware architectures.
  • C++ Toolchains - Provides a build system toolchain that compiles C and C++ source files into native shared libraries.
  • C and C++ Compilation - Transforms C and C++ source files into deployable native modules using standard build systems.
  • Shared Library Bundling - Bundles compiled native object modules into shared library files for mobile runtime execution.
  • Native Debugging Sessions - Inspects runtime execution paths and performance bottlenecks of native binaries using dedicated debugging tools.
  • Performance Profiling - Measures execution bottlenecks and resource consumption in running native binaries through specialized monitoring hooks.
  • Tombstone Generation - Captures low-level system signals and thread registers during fatal runtime faults to generate diagnostic crash logs.
  • Native Crash Trace Formatters - Analyzes system crash dumps and diagnostic tombstones generated when native code encounters fatal runtime errors.

Istoric stele

Graficul istoricului de stele pentru android/ndkGraficul istoricului de stele pentru android/ndk

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face android/ndk?

The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules.

Care sunt principalele funcționalități ale android/ndk?

Principalele funcționalități ale android/ndk sunt: Development Kits, Runtime Debuggers, Native Library Porting, C and C++ Cross-Compilation, C++ Toolchains, C and C++ Compilation, Shared Library Bundling, Native Debugging Sessions.

Care sunt câteva alternative open-source pentru android/ndk?

Alternativele open-source pentru android/ndk includ: embarcadero/dev-cpp — Dev-Cpp is a comprehensive development suite that serves as a C++ integrated development environment, a cross-platform… didi/dokit — DoKit is a frontend development debugging toolset designed for web and mobile applications. It provides a suite of… mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure… didi/booster — Booster is an Android app build optimizer and bytecode manipulator designed to reduce binary size, fix system-level… kdab/hotspot — Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool.… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It…

Alternative open-source pentru Ndk

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ndk.
  • embarcadero/dev-cppAvatar Embarcadero

    Embarcadero/Dev-Cpp

    2,882Vezi pe GitHub↗

    Dev-Cpp is a comprehensive development suite that serves as a C++ integrated development environment, a cross-platform application builder, and a visual UI designer. It provides a toolchain for writing, compiling, and debugging native C++ applications on Windows, while offering a framework to create native binaries for desktop, mobile, and IoT devices from a single codebase. The project distinguishes itself by integrating an embedded SQL database engine and a REST API development platform directly into the workflow. It includes an AI-assisted coding tool that leverages large language models t

    Pascalcppdelphidev-cpp
    Vezi pe GitHub↗2,882
  • didi/dokitAvatar didi

    didi/DoKit

    20,421Vezi pe GitHub↗

    DoKit is a frontend development debugging toolset designed for web and mobile applications. It provides a suite of utilities for intercepting network traffic, mocking API responses, inspecting UI hierarchies, and monitoring mobile app performance. The project is distinguished by its focus on hybrid app inspection, allowing developers to execute scripts within web views and browse internal application sandboxes. It includes a visual UI audit tool with alignment rulers and color pickers to verify that interfaces match design specifications, as well as a diagnostic system that tracks CPU usage a

    Javaandroidiosminiapp
    Vezi pe GitHub↗20,421
  • mozilla-firefox/firefoxAvatar mozilla-firefox

    mozilla-firefox/firefox

    11,305Vezi pe GitHub↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    JavaScript
    Vezi pe GitHub↗11,305
  • didi/boosterAvatar didi

    didi/booster

    5,059Vezi pe GitHub↗

    Booster is an Android app build optimizer and bytecode manipulator designed to reduce binary size, fix system-level crashes, and improve application performance. It functions as an extensible build process plugin that modifies compiled class files and build artifacts to inject stability fixes and optimizations without altering the original source code. The project differentiates itself through low-level bytecode manipulation to patch OS-level bugs and manage thread pools during the compilation phase. It also provides a performance profiling toolkit to identify main-thread blocking operations

    Kotlin
    Vezi pe GitHub↗5,059
Vezi toate cele 30 alternative pentru Ndk→

Colecții curatoriate care includ Ndk

Colecții selectate manual în care apare Ndk.
  • Android native bindings