Can't build NativeFacebookLogin sample for Android on Windows

I try to build(fuse build -t=android -DGRADLE -r -v) NativeFacebookLogin but it fails with the following message.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:linkMainActivityArmeabi-v7aDebugSharedLibrary'.
> A build operation failed.
      Linker failed while linking libMainActivity.so.
  See the complete log at: file:///C:/NativeFacebookLogin/build/Android/Debug/FacebookLoginExample/app/build/tmp/linkMainActivityArmeabi-v7aDebugSharedLibrary/output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Incremental java compilation is an incubating feature.
:app:copyArmeabi-v7aDebugSharedLibraryStlSo UP-TO-DATE
:app:compileMainActivityArmeabi-v7aDebugSharedLibraryMainActivityMainCpp UP-TO-DATE
(unknown): E0200: Android build failed
:app:linkMainActivityArmeabi-v7aDebugSharedLibrary FAILED

BUILD FAILED

Total time: 1 mins 0.367 secs
(1:1)

Build completed in 67.61 seconds
    1 error

fuse: Errors were encountered while building the project

I built it on windows10.

Hello Jahyun,

Thanks for your report. Can you try running uno clean in the project directory and building again? If that doesn’t help, can you paste the contents of the complete log file mentioned in the error message?

Thanks!