android - How can I change Application name, project name, package name, and its icon? -


i have existing project.
want change

  1. application name

  2. project name

  3. package name

  4. icon

is possible set them again? use eclipse ide.

for changing:

app name:

go res->values->string.xml -> change appname

app icon:

go android manifest -> android:icon = "@drawble/youricon"

package name:

in eclipse, right click on project android tools->rename application packege. detail follow link

project name:

select project, go file menu -> rename or press f2.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -