aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

Unable to start a New project #441

Closed ssantosh2k closed 4 years ago

ssantosh2k commented 4 years ago

Unable to create a project , with error at the Configure Project stage. Log says WindowsError: [Error 3] The system cannot find the path specified: 'C:/Amazon/sdk-tools-windows-4333796\platforms/.' Process failed with return code: 1

I think the double \ is added by mistake. Where do I go and change the directory path. image

image

image

AMZN-alexpete commented 4 years ago

Hi @ssantosh2k, this actually looks like waf auto-detected Android SDK/NDK on your machine and then ran into an issue when it tried to enable Android support. Please verify that your Android install is complete and not missing files.

theblooopz commented 4 years ago

It seems to me there should be some sort of user feedback on what is happening in the project configurator when a project is building. lmbr_waf provides feedback in terminal on how much has been built so far but the project configurator hides the command prompt for apparently for no good reason.

AMZN-alexpete commented 4 years ago

Closing due to no response from submitter.