语言

Menu
Sites
Language
타이젠 에러 문의드립니다.

안녕하세요.

타이젠 SDK를 다운받고, 샘플 소스를 에뮬레이터로 실행시키려고 하는데, 

'Launching SampleStopWatch - Debug' has 

encountered a problem

the program file specified in the launch configuration

does not exist

이와 같은 문구가 나오면서 에러가 뜨네요.. 소스상에는 제일 위에있는 include "Stopwatch.h" 라인에서 에러가 뜨구요...

원인을 알수 있을까요 ,,,

响应

4 回复
hgw7

Try changing the architecture to either or, ARM architecture & x86.

Right click on project->C++ setting -> Tizen Settings -> In Architecture -> change to arm-v7A, and run the application.

Kim YoungSu

Thank you very mush :D

Would you please again more detail...?  

I can't find where is the path of project->C++ setting -> Tizen Settings -> In Architecture -> change to arm-v7A, and run the application.   T-T

Thanks for your help~!

hgw7

Right click on your project present in the project explorer view -> Select 'properties' -> Select 'C/C++ Build' -> Under this, select the sub-menu 'Tizen Settings' -> In 'Platform' tab, you should be able to find 'Architecture'.

Kim YoungSu

Thank you very much !! :D