This may be a stupid question!
How do I find the AndroidManifest xml file to edit it?
I'm trying to integrate Amazon ads and maybe IAP but the Amazon tutorials all seem to skip over the part of how to get at the manifest file, they show what to add to different parts of the file but not how to open it in the first place.
I have tried using Eclipse but I'm a bit out of my depth with it, I'm not even sure that it's possible because the manifest file gets compiled into the .apk during the build as far as I can make out.
Would I be correct in assuming that the manifest has to be edited after exporting it from Construct2 but before the build? If so, How?
Any help or a nudge in the right direction would be very much appreciated.