-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Platforms were skipped due to invalid SDK setup: Android. #3
Comments
A workaround is to modify the permissions of that folder using Nautilus > right click on folder > Properties > Permissions tab.
|
Experienced the same error - I reinstalled UE5 (ue5-main branch) and no longer get this error when generating project files. However, I'm still unable to open simulation due missing modules (Blocks and AirSim). |
@saraaldhaheri can you provide more information about the OS that you are using? |
I am having the same issue and I am on Ubuntu 20.04. |
Same thing here with Manjaro (I updated the setup.sh accordingly to my OS) |
|
I used UE 5.1 on windows, wsl ubuntu 20.04 and I have the problem when I build the Block.sln in Visual Studio. It also caused the same problem that the project is missing Block and AirSim |
I solved this problem in the following way for your reference. |
When following these instructions:
cd ~/UNav-Sim/Unreal/Environments/Blocks
right-click on Blocks.uproject, select
Unreal Engine Generate Project Files
I get the following error:
It seems like it needs sudo permissions for accessing that folder
The text was updated successfully, but these errors were encountered: