Problems publishing multiple games on android

Hi, I’m trying to send multiple Android games to my tablet, but when I do this the new game overwrites the original one. I saw the earlier question at Published two Android Apps? - Unity Answers and have tried following the advice I saw there. However, the projects already had different names and I have now changed the bundle identifiers so that they are different, but the projects still get overwritten. I can’t find documentation on this anywhere, can anyone please help? Thanks

do you have a file named Androidmanifest.xml some where in your projects?
look for folder named plugins → android, search for the file there.
it may came from some plugin that you use in your project.
this file may overwrite the bundle ID and package name so you may need to edit this file as well.

Couldn’t find it anywhere. I did find android.Manifest.permission.html in about 7 different places. None of them seemed to have anything that mentioned bundle ID or package name.

I have installed the Android SDK in a folder called Development and both of my games are using it, would that be causing a problem? I had assumed that I would use the same SDK for all games.