How can I run cargo tests on another machine without the Rust compiler?

后端 未结 3 1961
花落未央
花落未央 2021-01-13 05:51

I know that the compiler can run directly on arm-linux-androideabi, but the Android emulator (I mean emulation of ARM on x86/amd64) is slow, so I don\'t want to

3条回答
  •  感情败类
    2021-01-13 06:18

    My recommendation for testing on Android would be to use dinghy which provides nice wrapper commands for building and testing on Android/iOS devices/emulator/simulators.

提交回复
热议问题