Is there any posibility that I could change the name of my project
as it appears in Package Explorer
.I\'m using Eclipse IDE.I tried to edit the s
To change your Project name adopt the following steps...
Or did that not work for you?
right click on your project > Refactor > Rename > enter the new name
and must check on
Update Refrence if you do not update refrence it will not work
.project file has the project name where this can be changed too.
if you want to change the name of your android project in Eclipse IDE simply select your project and press F2 , and then rename it :).
Or
right click on your project => Refactor => Rename => enter the name you want