语言

Menu
Sites
Language
"Cannot launch a non-Tizen project."

How to run project imported from Bada in emulator 2.1. I'm getting error "Cannot launch a non-Tizen project."

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

响应

5 回复
Maciej Różański
Actually it's problem with migration tool on SDKs > 2.0. I've already reported it to tizen support. https://developer.tizen.org/forums/sdk-ide/import-bada-project-2.1-manifest.xml Problem is with converting manifest.xml, I know two possible solution: * use SDK 2.0 to import bada project * make manifest.xml manually, e.g. create new project Native Tizen project and try to copy-paste (there are some difficulties with privileges mapping, but can be done) Maybe there's some way to fix migration tool, but I didn't try.
Sunny shah
i have follow the same step. but its showing me the error This directory does not contain a bada project.
Slawek Kowalski
Migration tool doesn't convert manfiest file. Just do as rozanski said. For me it works excellent. You can delete files: signature.xml and application.xml - they are useless for Tizen.
Kyounghwan Kwon

In my case, I got a same error message during running (not building) but it was related with manifest.xml.
When I open that file on eclipse, couldn't do it.
So I modified manifest file (actually, back into the previous version file.) and then it worked.

Mannu Malhotra

Can you tell us what excalty needs to be change in manifest.

thanks