Problem with fuse install android

Having a problem installing android on a pc at the office.
need a nudge in the right direction

Fuse version 0.37.0 (build 12978) Copyright (C) 2017 Fusetools
Microsoft Windows [Version 6.1.7601]
C:\Users\grace>fuse install android
Fuse 0.37.0 (build 12978)
# Starting android installer
Android Platform 21 was not found and is required.
Installing platform-tools which may take a long while...
Warning: File C:\Users\grace\.android\repositories.cfg could not be loaded.
done
Installing build-tools;23.0.1 which may take a long while...
Warning: File C:\Users\grace\.android\repositories.cfg could not be loaded.
done
Installing cmake;3.6.3155560 which may take a long while...
Warning: File C:\Users\grace\.android\repositories.cfg could not be loaded.
Warning: Failed to find package cmake;3.6.3155560
An error occurred during installation: Failed to install package 'cmake;3.6.3155
560'
fuse: Failed to install android

C:\Users\grace>

Hi! If it’s a 32bit machine then the problem is probably due to Android’s Gradle toolchain only supporting 64bit. In other words, for 32bit machines you won’t be able to export to Android.

You can read more in this thread