When I open androidmanifest.xml from the left panel, it is missing the "Manifest", "Application", "Permissions", "Instrumentation" and "AndroidManifest.xml" tabs along the bottom that I see in tutorials. How do i make the tabs appear?
Asked
Active
Viewed 444 times
1
-
Try to open Using Android manifest Editor, right click -> Open with ->Android manifest editor – Viswanath Lekshmanan Dec 15 '13 at 03:52
-
This is a common problem, this link (http://stackoverflow.com/questions/12756416/eclipse-is-missing-graphical-layout-and-source-tabs-when-editing-android-xml-fil) will solve your problem. I hope this helps. – Salman Khakwani Oct 12 '15 at 05:41
2 Answers
2
- Right click on the android manifest file. \
- Then open with "Android Manifest Editor"
- You will then be good to go. To switch back to the 'normal' editing mode, click on the 'AndroidManifest.xml' tab.
Cheers!

Joshua Kusaasira
- 171
- 1
- 10
0
Press Shift+Alt+F7 to navigate to the previous page and Alt+F7 to navigate to the next page of a multi page editor.

AruLNadhaN
- 2,808
- 5
- 24
- 42