Yin Mo
Yin Mo
> Hello! My workaround for this is using [@mistricky](https://github.com/mistricky) tool with [Zed tasks](https://zed.dev/docs/tasks). Here is my `tasks.json`:你好!我的解决方法是使用带有 [Zed 任务的](https://zed.dev/docs/tasks)工具。这是我的 `tasks.json` : > > ``` > > [ > { >...
Oh no, I'm sorry and shell will not handle the special char like " So my tasks.json can't work.
I write a shell script that to make it easiler. ```sh #! /bin/sh # clean first cargo clean # bundle with dx dx bundle --platform android --release # into the...