语言

Menu
Sites
Language
Bada to Tizen

Hello,

Could someone be so kind and post a empty bada 2.0 project (that with only one button) migrated using tool provided by samsung to Tizen ? Or even better some kind of full tutorial ?

Because I simply can not do it, in my case first of all manifest file does not get translated into Tizen manifest, but after replacing it application just simply crash on the emulator. May it be connected to the problems of x64 sdk on Windows 8 x64 + java x64 ?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

8 回复
Marco Buettner
On Tizen 2.1 you need to create a new manifest file :)
kavish
Just use following link to port bada application to Tizen Application. http://developer.bada.com/library/Migration-Tool-Installation-for-Converting-bada-Applications-to-Tizen-Applications
Paweł Huber
I have used it...
Patrick Mortara
As Marco said, you have to create a manifest file from scratch. Since Tizen SDK 2.1 the migration tool fails to convert the bada manifest into a tizen manifest. So you can either revert to tizen SDK 2.0 or create the manifest by yourself.
Przemyslaw Klosok
I have the same problem ..... where I can find old 2.0 version ?
Patrick Mortara
Don't bother getting a old 2.0 SDK, just create a manifest from scratch. Take the manifest.xml from one of the sample apps as a template, make your changes, and you'll be fine!
wil smith
Migration tool for 2.1 SDK has been released http://developer.samsung.com/bada/repository/add-on/migration-tool/binary/, you can use it to fix your issues.
Chan
You can see the crash info from the "log" tab, I think it's easy to find the crash reason.