登录 注册
当前位置:主页 > 资源下载 > 11 > rust-android-gradle下载

rust-android-gradle下载

  • 更新:2024-09-16 18:41:38
  • 大小:169KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Rust Android Gradle 插件 为 Android 目标交叉编译 Rust Cargo 项目。 用法 将插件添加到您的根build.gradle ,例如: buildscript { repositories { maven { url " https://plugins.gradle.org/m2/ " } } dependencies { classpath ' org.mozilla.rust-android-gradle:plugin:0.8.7 ' } } 要么 buildscript { // ... } plugins { id " org.mozilla.rust-android-gradle.rust-android " version