Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
Contributor
moadib
Posts: 24
Registered: ‎02-06-2012
My Carrier: -

Problems with SDK update

After installing release version of SDK 2.0 instead beta 3 QNX IDE give next messages when trying to run app

 

 

Invalid asset path "<path to solution on my drive>/Game/qnx/Resource"

 

and

 

Unable to resolve path variable "QNX_TARGET"

 

Resource referenced via <asset path="${workspace_loc:/<my project name>/Resource}">Resource</asset> in bar-descriptor.xml

Please use plain text.
BlackBerry Development Advisor
elena_laskavaia
Posts: 414
Registered: ‎10-27-2010

Re: Problems with SDK update

Can you run ide using script bbndk.sh (or .bat) instead of shortcut to see if it helps?

Please use plain text.
Contributor
moadib
Posts: 24
Registered: ‎02-06-2012
My Carrier: -

Re: Problems with SDK update

[ Edited ]

Not helps with breaked {workspace_loc...}. All relative paths in project broken :\

 

 

${workspace_loc:/Project/Resource} 

interpreted as

<project dir>/Resource instead <Resource dir>

Please use plain text.