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 trial

Android Build a Blog Reader Android App Getting Data from the Web Moving Work from the Main Thread to an AsyncTask

In android studio, there are no permission tabs in androidmanifest.xml. Where do I get that tab?

I don't have tabs populating at the bottom of android manifest.xml. How do I get to those tabs that were previously present in Eclipse as shown in the video. Thanks

4 Answers

Hi Alberto, from what I see you have to add it manually. You can read more about it here.

Kate Hoferkamp
Kate Hoferkamp
5,205 Points

Yeah, you can just do it manually in the androidmanifest.xml. It may sound pretty overwhelming, but it was quite easy. Let us know if we can help! (usually ben shows what the xml would look like right after).

One of the few reasons why moving away from Eclipse to Android Studio (IntelliJ) will hurt a little. One as you pointed out no GUI layout for manifest files thus the permission, string resources etc.

Maybe in future, but for now you'll have to stick to adding it manually. On the bright side, it's better if you'd ask me. You get to learn a thing or two about xml files.

Hope this helps

Toltec beginner
Toltec beginner
1,579 Points

we need to add permissions manually under AndroidManifest.xml file

refer this.. doing the steps cleared up the issue

http://stackoverflow.com/questions/25135595/permission-denied-missing-internet-permission