언어 설정

Menu
Sites
Language
Type Invalid project path: Include path not found ector-1
I am pretty new to tizen studio and I keep getting the following warning, I have gotten it on both windows and linux. 
 
"Invalid project path: Include path not found (C:\tizen-studio\platforms\tizen-5.0\wearable\rootstraps\wearable-5.0-emulator.core\usr\include\ector-1)."| |WeatherWatch |pathentry |Path Entry Problem
 
I am trying to make a watch face with the wearable 5.0. anything project I start has this issue and then it seems to also have some issues when it builds. I have been able to get it to build and run but the watch hands don't show up and stuff like that. 
 
any Idea what causes this or how to fix it? thanks.
 

Responses

3 댓글
Conor Duffy

I just hit the same warning in Tizen Studio 3.5 (build time 2019-10-16 10:32) on a new MacBook Pro (15-inch, 2019) running macOS Mojave 10.14.5.

I selected
New > Other > Tizen > Tizen Project from Template > Wearable > Native > Watch

Same issue if I select
New > Other > Tizen > Tizen Project from Sample > Wearable > Native > Watch > Digital Watch
Launching this one doesn't throw up any issues, but the emulator doesn't get as far as to load the UI.
This is the console output:

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Eco Sans Mono'; color: #0000ff} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Eco Sans Mono'} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Eco Sans Mono'; min-height: 14.0px}

22:55:55 **** Build of configuration Debug for project DigitalWatch ****

ninja all

[1/4] Building res/edje/main.edj

[2/4] Building src/main.o

[3/4] Building src/view.o

[4/4] Linking digitalwatch

 

22:55:56 Build Finished. 0 errors, 0 warnings. (took 1s.136ms)

 

and this is what the emulator shows


 

Dinesh Dwivedi

From the log, it looks like application build was successfull.

Your emulator is still not completed its booting process. App should be able to launch once emulator boots up. I have face similar issue of emulator not booting up when CPU Virtualization was not enabled or emulator does not have access to use it

You can verify this on emulator manager in the property page of the emulator

alternatively, look for <tizen-data>/emulator/vms/<emulator name> vm_config.xml

look for these tags

        <hwVirtualization>true</hwVirtualization>
        <hwGLAcceleration>true</hwGLAcceleration>

 

 

Dinesh Dwivedi

Hi Jacob,

Non-existant include path should not be problem and will not affect build or app functionality in any way.

If you are able to see your app launched but not working as expected, then we may need to investigate further. One way may be to check dlog messages to see any error reported from platform while executing your app

 

> <tizen-studio>/tools/sdb dlog