rename - Changing a project name -


i have created app sphero. problem started opening sphero sample program buttondrive , worked base. want change name of project , apk. have tried right-clicking project , renaming way, , main project works, when run project application unto nexus 7 comes , says: " unfortunately, button drive has stopped"

so why doesn't work? tablet thinks project still called button drive in code have change make work?

or not possible change name ?

when right-clicked on project in project navigator did click rename in main dropdown, or did click on "rename application package" within android tools sub-menu? should using later option.

also verify androidmanifest.xml label field correct, or if pointing value in strings.xml within res/values verify application name correct.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -