Recently, Samsung released bada SDK 1.0.0, which is different from the previous version 1.0.0 beta3. Some problems may occur during update.
The SDK update method is as follows:
The new version of the SDK is installed independently, that is, it can coexist with the beta version of the SDK.
Step 1:
Export a project under the old SDK version to a new folder. One is to back up the project and the two are out of the version control system ). This step is a recommended step.
Step 2:
Menu Bar-> Project-> Properties-> bada Build, change the SDK root, and point to the root directory of the new SDK.
Step 3:
Choose Project> Properties> C/C ++ Build> Settings and choose bada C ++ Linker> Libraries to delete all Libraries starting with F, and replaced by FOsp. Note: In this step, remember that the FOsp cannot be placed at the top, or the compilation will still fail .)