After restarting from scratch (on a different machine) the build
problems described below simply went away :-). So there was probably
something in my environment or I changed something inadvertently.

Best regards,
Robert

Am 08.07.19 um 08:13 schrieb Robert Lichtenberger:
> Am 05.07.19 um 11:32 schrieb Dan Howard:
>> You will need Windows 7 or later (Windows 10 is recommended) 64-bit OS
> I have Windows 7 64-bit OS, but my target platform is Windows 32-bit ;-).
>
>
> From a first cursory look it seems that in win.gradle:
>
> def winSdkBinDir = "$WINDOWS_SDK_DIR/Bin"
> if (WINDOWS_VS_VER != "100") {
>     winSdkBinDir += "/$CPU_BITS"
> }
>
> appends x86 to the winSdkBinDir and thus cannot find rc.exe which is
> located at C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin and not in
> C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x86.

Reply via email to