Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDimetric Johnson
156 PointsManifest
I dont have a manifest file. where would i find it.
Sree Rama Akunuru
1,517 PointsNot only Manifest file, if you want to look for any particular file name then use the below commands:
On Windows: Ctrl + N / Ctrl + Shift + N
On Mac: Command + O / Command + Shift + O
1 Answer
Dimetric Johnson
156 PointsI found It thanks alot.
Abra Ka Dara
202 PointsAbra Ka Dara
202 PointsStep 1: Open Android Studio
Step 2: Open your Project
Step 3: If your Project Window isn't open, go to View -> Tool Windows -> Project
Step 4: In Project window, navigate to "YourProjectsName" --> app --> src --> main --> AndroidManifests.xml
Step 5 (optional): If you wish to open this file in an explorer window, Right Click on AndroidManifests.xml and choose Show in Explorer.
If you are more comfortable with Android View, it's even simpler.
Follow Step 1-3 from above
Step 4: Select Android View in the Project Window
Step 5: Navigate to app --> Manifests --> AndroidManifests.xml
If you still can't find the Android Manifests File, you might have accidentally deleted it, let us know if that's the case.
Regards!