Skip to main content
feng_wang
Associate II
May 30, 2023
Solved

I create a project with STM32CubeIDE on one computer, and need to copy it to another computer to share. I copy the whole project folder to that computer, but don't know how to open this project on that computer. What is the right procedure to do it?

  • May 30, 2023
  • 4 replies
  • 1746 views

..

This topic has been closed for replies.
Best answer by Peter BENSCH

Typically a project contains all relevant files with relative references, unless you have explicitly included header or C/CPP files outside the project folder.

After copying, you only need to import the project with

  • File > Import > Existing Projects into Workspace

Does it answer your question?

Regards

/Peter

4 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
May 30, 2023

Typically a project contains all relevant files with relative references, unless you have explicitly included header or C/CPP files outside the project folder.

After copying, you only need to import the project with

  • File > Import > Existing Projects into Workspace

Does it answer your question?

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
feng_wang
feng_wangAuthor
Associate II
May 31, 2023

Thank you Peter for taking my question.

I did try to import the project, but don't know which item on Import Wizard and which files on next import window I should take.

Attached you will see the screenshots on the project's files and import window. Can you take a look?

Pavel A.
Super User
May 31, 2023

General-> existing projects into workspace

feng_wang
feng_wangAuthor
Associate II
June 1, 2023

That works. Thanks.

The step I missed is to click Restore button after importing the project. It may be a common mistake for user who used to Keil IDE.