Reputation: 506
I'm following some example and I need to modify the AndroidManifest.xml
but I don't see it in my project.
How can I find this file?
Upvotes: 0
Views: 537
Reputation: 191743
Fun fact for all JetBrains IDEs.
Double Shift = Find Everything. Just start typing.
Upvotes: 2
Reputation: 44571
Click manifests
and you should see AndroidManifest.xml
in there.
Double click it and edit accordingly.
Upvotes: 2