Wish Is there way using this tool convert file to be *. hap file for Harmony OS

Theera

Expert
Licensed User
Longtime User
Java2TypeScript (j2ts) tool
B4X:
```bash
npm install -g java-to-typescript
j2ts --input ./src --output ./ts-output

Assume after create B4A, so we get *. apk and bring java file converted *. ts file , and the last, we convert ts to be*. hap file again.

P.S. I've just know the Flutters supports Harmony OS by using HarmonySDK already.
 
Top