Hello ,
I'm trying to generate Tizen project with CMake and Ninja.
It can be built and deployed to the simulator, but I cannot import it into the Tizen Studio.
Any help for some hint or know if the source of Tizen Studio is open and from where can be downloaded will be welcome.
When import as a Tizen project the IDE throws exception.
java.lang.NullPointerException at org.tizen.nativecore.misc.ManifestStartup$1$1.runInWorkspace(ManifestStartup.java:61) at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
When clicking on the manifest file from IDE
have different stack trace from the exception
!STACK 0
java.lang.NullPointerException at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:467) at org.tizen.nativecore.misc.editor.ManifestEditor.pageChange(ManifestEditor.java:333) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:295)
Or if I try to setup a debug configuration
java.lang.NullPointerException at org.eclipse.ui.forms.editor.FormEditor.getActivePageInstance(FormEditor.java:588) at org.tizen.nativecore.misc.editor.ManifestEditor.computeDirtyState(ManifestEditor.java:637) at org.tizen.nativecore.misc.editor.ManifestEditor.isDirty(ManifestEditor.java:628) at org.tizen.nativecore.misc.editor.ManifestEditor.updateXmlFromUI(ManifestEditor.java:691) at org.tizen.nativecore.misc.editor.ManifestEditor.pageChange(ManifestEditor.java:331) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:295) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
I've got the tizen-manifest.xml , .tproject, .exportMap from a sample project and just change the name but with the same result.
Best Regards,
Zhivko Vasilev