jayz
jayz

Reputation: 401

Android studio manifest file

Right now I am using Android studio to learn Android Development. But I am using tutorials which are using Eclipse with android plugins. In that eclipse can give a UI view to a manifest file of a project. Is there anyway I can get that UI view of manifest file in Android Studio too or is it not a feature in Android Studio ?

Upvotes: 0

Views: 200

Answers (3)

dharmendra
dharmendra

Reputation: 7881

I think you talking about below functionality of Eclipse

NO FOR ANDROID STUDIO :(

enter image description here

Upvotes: 1

einverne
einverne

Reputation: 6682

I am afraid that there is no UI view of manifest in Android Studio. But the format of Android manifest is same. Take a look that App Manifest. You can get everything you need.

Upvotes: 0

Harish Sridharan
Harish Sridharan

Reputation: 1090

You have to work directly with XML. AFAIK there is no UI interaction to edit the manifest

Upvotes: 0

Related Questions