Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Deepak Madisetty
Courses Plus Student 310 PointsEditing a Manifest File
In eclipse we can edit (giving permissions adding activity etc) AndroidManifest.xml file easily using the graphical layout view. I'm using Android studio and I could not find a graphical layout view for this file. Is there any option to retrieve this view for the manifest file as it is in eclipse. Can any body please point me out in the right direction.
1 Answer

Gunjeet Hattar
14,483 PointsAndroid Studio uses the community version IDE from JetBrains called IntelliJ. I've been working with IntelliJ for most of my Java projects, however sadly enough for android I could not find a solution myself.
The graphical layout is more like a feature provided by Eclipse. So you either need to switch to Eclipse to make use of that feature or manually code into the xml file in Android Studio.
If I do come across a solution will surely pass it on.
Hope that helped
Deepak Madisetty
Courses Plus Student 310 PointsDeepak Madisetty
Courses Plus Student 310 PointsThank you for the Information !!