android export problem

Hello I’m doing android export but I have a problem.
I wrote fuse build --target=Android --run in cmd but it said “fuse : project not found”.
What is the problem?

are you sure you’ve navigated to your project directory?
If you have, try sending the path to your .unoproj file in as an argument:

fuse build -tandroid -r youApp.unoproj

btw -tandroid -r are shorthands for the same commands you wrote :slight_smile:

Thank you for your help.
But I wrote “fuse build -tandroid -r @.unoproj”, but I saw not found too…
(@ is the app name I made)
How can I export to use cmd?
Or is there any other method to export?

Could you try to rename your project to not use a special character?