I have no idea if there is something like that, but I know there are a lot of different tools to create an android app (Android studio with Jetpack compose, React Native or Flutter).

  • pr06lefs@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 hours ago

    If you only will use what’s in the standard tauri js api, or in the standard plugins, then technically you don’t need rust. But yeah I think if you wrote a bunch of apps in it you’d inevitably want to make your own plugins or backend code, and then you’d need rust.

    • yoru77@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours ago

      I’ve tried Tauri, and I’ve successfully built a desktop app and run a web app, however I couldn’t successfully built an android app because I need to create key.properties (I’ve no idea why it isn’t on the website) I’ll probably try something with it tomorrow

      • pr06lefs@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        yeah I’ve gotten android to work but its been a journey. still feels a little underdocumented and bleeding edge, but then again got it working finally. look to the examples and not the docs IMO