How do i change the icon of my new Android app in Android studio? -


this question has answer here:

i made app using android studio. created signed apk , copied phone. installed apk in phone, icon of app default android icon. how can change , make new one. , how change name of app?

for setting app icon goto androidmanifest.xml under <application tag there attribute android:icon can set desired icon.for example: android:icon="@drawable/sample_image" sample_image name of image set placed under /res/drawable/ folder.

for setting app name goto strings.xml , for:

<string name="app_name"> , change value of string desired.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -