I am new to Android technology. I installed Android Studio and want to add application attributes in androidmanifest.xml for the sake of general settings.
Unlike eclipse, Android Studio provides only an XML editor, not a graphical interface for editing a manifest file. How to get a graphical interface in Android Studio, otherwise should I write xml manually? Thanks in advance.
source
share