As title says, I can’t manage to make Android solution platform appear in visual studio.
Here is what I have done before getting to android parts:
1.Downloaded engine source (4.13.2) from github
2.Ran setup.exe
3.Ran GenerateProjectFiles.bat
4.Built engine for Development/win64
5.Built engine for DevelopmentEditor/win64
At this stage, engine and editor were perfectly built and ready to use.
Here comes what I have done so far regarding the android:
1.Downloaded and installed all necessary components by running CodeWorks (1R4u2).
2.Restarted windows, Now all environment variables (especifically NDKROOT and NDK_ROOT) are set. I can see them in ControlPanel->AdvanceSystemSettings->Enviroment Variables.
3.Ran Setup.exe again, about 300mb where downloaded.
4.Ran GenerateProjectFiles.bat again.
Now, I expected to see android solution platform in visual studio, in the same dropdown where win64/win32/Mac/HTML5 are, but its not there.
P.S. I’m using VS2015 on Windows10.