szymek
1- File > New > Project... (exactly)
2- Wizard window: General > Project
3- Name your project.
4- Save, go to open .project with generic notepad in folder where you created.
5- Copy this on inside of .project:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Your Project Name Here</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>json.validation.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.tizen.web.jslint.nature.JSLintBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.tizen.web.css.nature.CSSBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.tizen.web.project.builder.WebBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>json.validation.nature</nature>
<nature>org.tizen.web.jslint.nature.JSLintNature</nature>
<nature>org.tizen.web.css.nature.CSSNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.tizen.web.project.builder.WebNature</nature>
</natures>
</projectDescription>
6- Save and Go back to Tizen IDE.
7- Select your project in project explorer tab, right click and select "New" > "File"
8- Name "config.xml"
9- Ignore the annoying error window.
10- Open config.xml and paste this:
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
version="1.0" viewmodes="fullscreen" id="http://YourDomain.com/YourApp">
<icon src="icon-114.png"/>
<content src="index.html"/>
<name>Your App Name Goes Here</name>
</widget>
11- Drag your C2 files (.html, images, icons) into your project in Projetc explorer tab.
12- Run and Build!
How do you even run emulator manager? I'm using windows 8 64 bits