riccardo airone
riccardo airone

Reputation: 506

AndroidManifest.xml isnt in Res folder of Android Studio

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?

there isnt androidmanifest.xml

Upvotes: 0

Views: 537

Answers (3)

OneCricketeer
OneCricketeer

Reputation: 191743

Fun fact for all JetBrains IDEs.

Double Shift = Find Everything. Just start typing.

enter image description here

Upvotes: 2

codeMagic
codeMagic

Reputation: 44571

Click manifests and you should see AndroidManifest.xml in there.

Double click it and edit accordingly.

enter image description here

Upvotes: 2

COYG
COYG

Reputation: 1598

It's in the manifests folder. Just above the java folder.

Upvotes: 1

Related Questions