언어 설정

Menu
Sites
Language
How to compile and build inbuild applications ?

Hi ,

I have cloned some inbult application from TIZEN git, lik

apps/osp/MusicPlayer and apps/osp/Calculator

I am using the SDK in ubuntu with platform development support. But when I try to build the TPK

the SDK say some error in project, but there are no errors in the project files. Is it possible to build the inbuild appication using SDK and run in emulator ?

 

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

Responses

3 댓글
john Smith
Hi, Yes, it is possible to build an inbuild application on Tizen SDK. You can run the application on emulator or target also.
Hi John, Thank you for your response. I checkout the Tizen 2.0, OSP Musicplayer application. 1. It is missing the .project file, because of which I could not import it as a Tizen native application inside SDK. 2. it does not have any layout xml files, I mean the folder res/screen-size-normal is not present. Could you please guide me where I can get the working source code of the Music player application that is present in the 2.0 SDK emulator.
Pushpa G
Try this: https://review.tizen.org/gerrit/gitweb?p=apps/osp/MusicPlayer.git;a=snapshot;h=6651c50a36fab462710186154666b186a2fd978c;sf=tgz – MusicPlayer https://review.tizen.org/gerrit/gitweb?p=apps/osp/Calculator.git;a=snapshot;h=484dbd8df62581756f5802fc51508a4133cdfa3d;sf=tgz – Calculator