awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
android avatar

android/ndk

0
View on GitHub↗
2,287 स्टार्स·303 फोर्क्स·9 व्यूज़

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.

स्टार हिस्ट्री

android/ndk के लिए स्टार हिस्ट्री चार्टandroid/ndk के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Ndk के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Ndk के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • embarcadero/dev-cppEmbarcadero का अवतार

    Embarcadero/Dev-Cpp

    2,882GitHub पर देखें↗

    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
    GitHub पर देखें↗2,882
  • didi/dokitdidi का अवतार

    didi/DoKit

    20,421GitHub पर देखें↗

    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
    GitHub पर देखें↗20,421
  • mozilla-firefox/firefoxmozilla-firefox का अवतार

    mozilla-firefox/firefox

    11,305GitHub पर देखें↗

    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
    GitHub पर देखें↗11,305
  • didi/boosterdidi का अवतार

    didi/booster

    5,059GitHub पर देखें↗

    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
    GitHub पर देखें↗5,059
Ndk के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.

android/ndk की मुख्य विशेषताएं क्या हैं?

android/ndk की मुख्य विशेषताएं हैं: Development Kits, Runtime Debuggers, Native Library Porting, C and C++ Cross-Compilation, C++ Toolchains, C and C++ Compilation, Shared Library Bundling, Native Debugging Sessions।

android/ndk के कुछ ओपन-सोर्स विकल्प क्या हैं?

android/ndk के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Ndk को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Ndk दिखाई देता है।
  • Android native bindings