rust-ios-android icon indicating copy to clipboard operation
rust-ios-android copied to clipboard

Example project for building a library for iOS + Android in Rust.

Results 6 rust-ios-android issues
Sort by recently updated
recently updated
newest added

I'm trying to develop Android apps by Rust. But when I try to debug it, I can't find the direct way to touch this, only by command lines. Is there...

先是报这个错误 ``` Undefined symbols for architecture armv7: ``` 添加armv7支持后程序可以启动了但是找不到里面的方法 ``` Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, sign_data): symbol not found) #0 DynamicLibrary.lookup (dart:ffi-patch/ffi_dynamic_library_patch.dart:33) ```

The `libsample.a` file contains only `arm64` and `x86_64` architectures. ``` $ lipo -info target/universal/release/libsample.a Architectures in the fat file: target/universal/release/libsample.a are: x86_64 arm64 ``` Building the project is failing with...

does this give you a starting point for a cross platform mobile rust project or just get some code compiled and linked etc; perhaps make it clearer what this repo...

I'm not from Rust world. However, I want to use a Rust library. Based on https://github.com/sindresorhus/gifski-app/tree/master/gifski-api, there is a possibility to do build the Rust lib, port it as C...