Error installing cmake

I have a computer running Windows 8.1 64 bit and I am running fuse 1.5 (fuse_win_1_5_0_15046).
When running the command fuse install android it encounters the following error:

Installing cmake;3.6.4111459 which may take a long while…

Warning: Failed to find package cmake;3.6.4111459
fuse: An error occurred during installation: Failed to install package ‘cmake;3. 6.4111459’.

What could be the problem?

As far as we’ve seen, this error is usually thrown on 32bit machines.

If you, as you say, are indeed on 64 bits, you should first make sure that your CMD isn’t run in compatibility mode, because that would make it 32bit. Right-click + properties on the executable and check what you have there in tabs.

Thanks Uldis,

I resolved the issue. I was running a 32 bit version of Java SDK and installed a 64 bit version instead and it worked.