‎2020-04-08 04:25 AM
Hi,
it is possible to change the name of the project in STM32CUBEIDE?
The name is set by TouchGFX designer software by default.
When i tried to rename in STM32CUBEIDE i got an error.
Solved! Go to Solution.
‎2020-04-08 06:45 AM
Edit the name in the .project file. By default, the name is the root path of the application, but can be changed.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>new_name</name>
<comment/>
<projects>
</projects>
‎2020-04-08 06:45 AM
Edit the name in the .project file. By default, the name is the root path of the application, but can be changed.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>new_name</name>
<comment/>
<projects>
</projects>
‎2020-04-08 08:13 AM
Thanks, it works :thumbs_up:
‎2020-04-08 08:31 AM
Great! :)
‎2020-12-24 01:35 PM
That looked like the perfect solution ... until I tried it and nothing happened :sad_but_relieved_face:
Using 1.5.1. Am I missing something?
‎2020-12-24 01:42 PM
Just figured out how to do it but couldn't delete my post.
You have to do it before importing the project and change the folder name as well.