ERROR: Process has exited, so the requested information is not available. (--trace for stack trace)

When I am tring to build my app for android i get next messege with errors:
$ fuse build --target=Android --run
Uno 1.10.0-rc1 (build 187) Windows 10 x64 b79b2df
Copyright © 2018-present Fuse Open
Configuring
1.29 s
Target is up-to-date – stopping build (pass --force to override)
Build completed in 1.31 seconds
Installing APK on 1 device(s)
Launching activity ‘Tesla’
Starting: Intent { act=android.intent.action.MAIN cat=[d] cmp=com.apps.tesla/.Tesla }
ERROR: Process has exited, so the requested information is not available. (pass --trace for stack trace)
ERROR: Android run failed. (pass --trace for stack trace)
fuse: Errors were encountered while building the project

What problem and how can i fix it? Thanks