apk.install(self.device_serial.as_deref())?;let target_dir = self.build_dir.join(artifact); self.ndk .ndk_gdb(&target_dir, self.device_serial.as_deref())?; self.ndk.ndk_gdb( &target_dir, "android.app.NativeActivity", self.device_serial.as_deref(), ...
2 changes: 2 additions & 0 deletions2cargo-apk/CHANGELOG.md Original file line numberDiff line numberDiff line change @@ -1,5 +1,7 @@ #Unreleased -Reimplement NDK r23`-lgcc`workaround using`RUSTFLAGS`, to apply to transitive`cdylib`compilations (#270) ...
cargo-ndk:轻松针对Android NDK编译Rust项目 cargo-ndk-为Android构建Rust代码 这个货物扩展处理了从Rust代码库成功构建Android库所需的所有环境配置,并支持生成正确的jniLibs目录结构。 正在安装 cargo install cargo-ndk 您还需要安装所有打算使用的工具链。 最简单的方法如下: rustup target add \ aarch64-linux-and...
description = "Helps cargo build APKs" @@ -16,7 +16,7 @@ cargo-subcommand = "0.7.0" dunce = "1.0.1" env_logger = "0.8.2" log = "0.4.14" ndk-build = { path = "../ndk-build", version = "0.4.3" } ndk-build = { path = "../ndk-build", version = "0.5.0" } se...
However cdylib library targets in transitive (dependency) crates will still be built (despite not being used in the final binary, that's what rlibs are for), but our NDK r23 workaround flags will not reach these compiler invocations rendering b912a6b ("cargo-apk: Work around missing ...
ndk-build-0.10.0 … cargo-apk-0.9.6 mb64 committed Jul 30, 2019 0 parents commit 3ddfd53 Showing 2 changed files with 7 additions and 0 deletions. Whitespace Ignore whitespace Split Unified .gitignore Cargo.toml 1 change: 1 addition & 0 deletions 1 .gitignore Original file line ...
cargo-apk compilation problem Excuse me, when I compile using the "cargo apk build" command on both windows and linux, the following error occurs: Error: Path "/home/develop/cargo-apk/target/aarch64-linux-android/debug/libndk_build.so" d...
Android NDK. Set the environment variables: ANDROID_HOME pointing to the Android SDK. ANDROID_NDK_HOME pointing to the Android NDK. SDL pointing to the SDL source dir. Run cargo sdl-apk build or cargo sdl-apk run from inside your SDL application crate. You can also use cargo sdl-apk ...
usendk_build::apk::{Apk,ApkConfig}; usendk_build::cargo::{cargo_ndk,VersionCode}; usendk_build::dylibs::get_libs_search_paths; Expand DownExpand Up@@ -162,19 +162,21 @@ impl<'a> ApkBuilder<'a> { letmutmanifest =self.manifest.android_manifest.clone(); ...
1Branch13Tags Code Folders and files Name Last commit message Last commit date Latest commit MarijnS95 cargo: Update repository URL torust-mobileorga Mar 17, 2024 de0458c·Mar 17, 2024 History 56 Commits .github/workflows ci: Inherit simplified GitHub Actions CI script from android-ndk (#13...