A
A
amf1k2014-07-29 08:28:58
Android
amf1k, 2014-07-29 08:28:58

How to change Android Studio project settings?

How can I change the application name and icon, package name, etc.? The one that I specified when creating the project?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2014-07-29
@amf1k

AndroidManifest.xml file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:versionCode="1"
    android:versionName="first"
    package="название пакета" >

<application
        android:icon="@drawable/путь к файлу иконки"
        android:label="@string/название приложения">
</application>

P
PavloSport, 2015-06-29
@PavloSport

https://plus.google.com/+vitaxafication/posts/ebAb...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question