Skip to content
Discussion options

You must be logged in to vote

Hi! Thanks for the write up, this is a real bug and a good catch.

Here's what's going on. The build script checks a handful of known spots for Tizen tooling, and yours sits one level deeper than any of them (C:\tizen-studio\sdk..., which lines up with your sdk.info being at C:\tizen-studio\sdk\sdk.info). When it didn't find it, it fell back to just running tizen and letting Windows sort it out from PATH.

That's where the weird path comes from. The Tizen launcher figures out where it lives based on the path it was called with, then goes looking for sdk.info a few folders up. Called by bare name, it measures from your current directory instead, which was packages\build-tizen inside your clo…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wrgallo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants