Start the IDE for the first time
The first time you start the IDE on Windows, the Workspace Launcher dialog prompts you for a location to store your workspace. All of your IDE projects are stored in this directory.
By default, the IDE offers to put your workspace in home_directory /ndk- version -workspace on Linux, and C:\ndk- version -workspace on Windows, where version is the version number of the native SDK.
To store your workspace in another location:
-
Click Browse… and select a directory for your workspace.
-
To continue loading the IDE, click OK.Check the Use this as the default and do not ask again box to always use the selected workspace when launching the IDE.
-
To change the default workspace location on Linux, launch qde with the -data workspace_path option, where workspace_path is the location to your working directory.
For information about redirecting the IDE to reference a different workspace, see Specify a workspace location in the IDE Concepts chapter.