R RichardK Member Licensed User Longtime User Mar 30, 2013 #1 I have changed the name of my app since starting to program it (too close to a pre-existing name). In the project menu, I have changed the "Package Name" and "Application Label", but when I compile the app, the .apk file retains the old name. There is no "Save As" option in the file menu. I can manually change the .apk name in Windows Explorer, but that is a laborious process. Suggestions? - Thanks, Richard King
I have changed the name of my app since starting to program it (too close to a pre-existing name). In the project menu, I have changed the "Package Name" and "Application Label", but when I compile the app, the .apk file retains the old name. There is no "Save As" option in the file menu. I can manually change the .apk name in Windows Explorer, but that is a laborious process. Suggestions? - Thanks, Richard King
barx Well-Known Member Licensed User Longtime User Mar 30, 2013 #2 Try going into the folder where the project is saved and manually rename the projects 'Basic4Android Source Code' file. That is the one that you use to load the project. I haven't fully tested this, so make a copy/backup of the folder first. Upvote 0
Try going into the folder where the project is saved and manually rename the projects 'Basic4Android Source Code' file. That is the one that you use to load the project. I haven't fully tested this, so make a copy/backup of the folder first.
R RichardK Member Licensed User Longtime User Mar 30, 2013 #3 OK Thanks (also found previous threads with the answer) - RichardK Upvote 0
R rushi_p85 New Member Jul 8, 2013 #4 RichardK said: I have changed the name of my app since starting to program it (too close to a pre-existing name). In the project menu, I have changed the "Package Name" and "Application Label", but when I compile the app, the .apk file retains the old name. There is no "Save As" option in the file menu. I can manually change the .apk name in Windows Explorer, but that is a laborious process. Suggestions? - Thanks, Richard King Click to expand... Expand " Project Attributes " at the top of code and change #ApplicationLabel: " Your Package Name " Upvote 0
RichardK said: I have changed the name of my app since starting to program it (too close to a pre-existing name). In the project menu, I have changed the "Package Name" and "Application Label", but when I compile the app, the .apk file retains the old name. There is no "Save As" option in the file menu. I can manually change the .apk name in Windows Explorer, but that is a laborious process. Suggestions? - Thanks, Richard King Click to expand... Expand " Project Attributes " at the top of code and change #ApplicationLabel: " Your Package Name "
Richard van der Wath Member Licensed User Longtime User Aug 11, 2013 #5 Hi Guys Just to confirm that Barx's solution does work as long as there is no spaces in the name Rat Upvote 0