Languages

Menu
Sites
Language
Build Project Internal Error

After using the Bada Migration Tool to import a Bada 2.0 application into the Tizen IDE I always get the same error message when trying to build the project, clean the project or check the API and Privileges: An internal error occurred during: "Build Project". java.lang.NullPointerException. My system is Windows XP SP3 Professional (32 bit). I don't have any problems developing Bada or Android apps on my system. Does anyone know why I get this error and how to fix it? Thank you.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
dhirku
Probably the IDE is in Web mode (not very sure if this is the exact term) ..... On top right corner you shall see "Native ..." or "Web ..." make sure it is "Native ..." and try to build. Or simply try creating a new Tizen Native project .... it shall ask you a confirmation popup for opening Native view/perspective/configuration ... say yes ..... and then try to build your imported project Also I assume you have installed the migration tool ... and followed the instructions in the migration guide PDF which you get after following instructions at http://developer.bada.com/library/Migration-Tool-Installation-for-Converting-bada-Applications-to-Tizen-Applications
dhirku
One more thing ,,,,, There can be some problem with the installation or configuration required to run the SDK .... the JRE version can also cause such problem So first check if the samples provided with sdk's are running properly ... then try other stuffs
Arcin Bozkurt
I have a similar issue. In my environment : I can debug/run the samples. Sometimes I run into issues with gdbserver but samples are mostly fine. I have started from a template (Opengl frame based template) Made sure it runs and can be debugged as is. Then added a few static libraries which are built using the "static library" template. Basically trying to create an Empty Skeleton Native App with the libraries linked in. It compiles, builds, links. When I try to run, I get the same error. When I try to debug, I get the same error. The error is : An internal error occurred during: "Launching SkeletonProject - Debug-Tizen-Emulator". java.lang.NullPointerException Error seems to be come from the packaging step. (Based on a comparison of console between working / not-working launches) Note: All libraries are built with the GCC toolchain - I can try LLVM but that shouldn't matter. Any ideas? Thanks
john Smith
Hi, Check manifest.xml file and change the version.Might be it works. Thanks