Android folder is missing in my project folder

I am trying to get my IAPs working in my android app. I noticed in the documentation it says to add the code to the “AndroindEngine.ini” file for Google Play support. This is said to be located in the Config/Android folder for my project. Problem is, when I go into the Config folder, the only thing in there is the four default .ini files. There is no folders for android or any other platform, and thus no AndroidEngine.ini. How do I get this file?

Create the Android directory and AndroidEngine.ini file; they are not created automatically. You can create a directory for each platform (Android, IOS, etc) and platform-only settings in the [Platform Name][Setting type].ini file like the 4 you saw with Default*.ini to override the settings when using that platform.

1 Like