Reputation: 401
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
Reputation: 7881
I think you talking about below functionality of Eclipse
NO FOR ANDROID STUDIO :(
Upvotes: 1
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
Reputation: 1090
You have to work directly with XML. AFAIK there is no UI interaction to edit the manifest
Upvotes: 0