I followed this tutorial in order to add Admob ads into my android game.
I then build my app and install it into my android phone and it says “Missing internet permission in AndroidManifest.xml.” even though I have the permissions in there.
I figured it out, the problem was that I was putting the AndroidManifest.xml inside Assets/Plugins when it should be in Assets/Plugins/Android. I feel so dumb for wasting hours and hours trying to figure out such a simple mistake