Giter Site home page Giter Site logo

Comments (2)

meteorcloudy avatar meteorcloudy commented on June 10, 2024

Looks like the failure is related to the changes in 5e37d3c

/cc @katre Can you please take a look?

from examples.

katre avatar katre commented on June 10, 2024

As indicated in android.yml, the problem is that this example does not use the new Android platforms flags, it's using the legacy flags, which aren't supported in Bazel at HEAD.

Using Bazel 6.4.0, the build works:

$ USE_BAZEL_VERSION=6.4.0 bazel build --noincompatible_enable_android_toolchain_resolution --fat_apk_cpu=arm64-v8a,x86 --android_crosstool_top=@androidndk//:toolchain --enable_bzlmod  //app/src/main:app
INFO: Analyzed target //app/src/main:app (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //app/src/main:app up-to-date:
  bazel-bin/app/src/main/app_deploy.jar
  bazel-bin/app/src/main/app_unsigned.apk
  bazel-bin/app/src/main/app.apk
INFO: Elapsed time: 0.350s, Critical Path: 0.01s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action

I'll try updating the flags and see if that works, but last time I tried I ran into bazelbuild/rules_android#77.

from examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.