01-22-2012 09:40 PM - edited 01-22-2012 10:20 PM
Hey All,
It's been about 8 months since I last published my PlayBook app...It's been a long time since, so I'm a bit rusty...
I'm trying to see of my source code compiles with the newest SDK.
I downloaded the 2.0 simulator, updated the OS on my Tablet to 2.0 and installed the new Tablet OS Beta 2.0 SDK.
I'm trying to get my app up and running and I'm getting this error:
"Description Resource Path Location Type
unable to open '/Applications/Adobe Flash Builder 4.5/sdks/RIM/blackberry-tablet-sdk-2.0.0/framework
I'm using a Mac and running Flash Builder 4.5
I'm using the Flex 4.5.1 SDK...and it looks like all the appropriate Blackberry tablet SDK swcs are linked properly...See screen shot:
Any ideas what's wrong here?
Also looks like QNXApplicationEvent doesn't exist anymore?
I also tried creating a new project from scratch and get the same Flash Builder error
Solved! Go to Solution.
01-22-2012 10:37 PM
Sunil,
Remove all of the qnx-* swc's from your project and re-add them using the "Add platform specific libraries" checkbox.
It is under Project > Properties > ActionScript Build Packaging > BlackBerry Tablet OS.
We changed the location of some of the code to different .swc's in the last Beta.
01-22-2012 11:20 PM
So I removed all the QNX swcs...and re-added them using the "Add platform specific libraries" checkbox.
But I still get the same error.
When I create a new project. That error actually only shows up after I select the "Add platform specific libraries" checkbox.
Should I try re-installing the beta SDK? Maybe I got a bad build.
01-23-2012 07:40 AM
01-23-2012 07:57 AM
I don't think there is anything wrong with your build. Try creating a new project like jtegen suggests and see if that works. If that doesn't work you can always manually add the .swc files.
It seems to be looking for them in the wrong spot.
'/Applications/Adobe Flash Builder 4.5/sdks/RIM/blackberry-tablet-sdk-2.0.0/framework
s/libs/qnx-screen'
Should actually be '/Applications/Adobe Flash Builder 4.5/sdks/RIM/blackberry-tablet-sdk-2.0.0/framework
s/libs/qnx/qnx-screen
If you do this don't forget to make the qnx-air.swc marked as external.
01-23-2012 11:13 AM - edited 01-23-2012 11:23 AM
I get this error even when I create a brand new dummy project from scratch.
I re-downloaded and install the beta SDK just to make sure.
I'm not sure why Flash Builder is setting these deprecated paths when you check the "Add platform specific libraries" checkbox.
I was able to to fix the error manually by fixing these paths:
/Applications/Adobe Flash Builder 4.5/sdks/RIM/blackberry-tablet-sdk-2.0.0/framework
/Applications/Adobe Flash Builder 4.5/sdks/RIM/blackberry-tablet-sdk-2.0.0/framework
Here's my setup now:
I also manually changed the QNX swcs to be linked as external.
The project is compiling standalone fine now...Will try it in the simulator and device shortly.
Thanks,
Sunil
01-23-2012 11:37 AM
You are using Flash Builder 4.5.1 correct? Did you update your plugins through the update site? It sounds like the plugin isn't installed correctly, but the SDK is.
01-24-2012 01:48 AM - edited 01-24-2012 01:54 AM
I was using Flash Builder 4.5. I did mod the config ini and am pretty sure I updated the plugin. I did whatever was on the last page of the Tablet SDK installation instructions.
After setting all the swc paths manually and setting them as external...I got rid of all the Flash Builder errors....
But then I had got a new error when I tried to compile...
"VerifyError: Error #1014: Class mx.core::BitmapAsset could not be found."
Might be related to this not sure:
http://www.actionscripterrors.com/?p=49
My final fix which was a bit radical but worked in the end...Clean uninstall C5.5...Reinstall CS5.5 except for Flash Builder and. Install Flash Builder 4.6. Re-install Tablet OS Beta 2.0 SDK.
When I made a new Actionscript Mobile Project and checked "Add platform specific libraries" the swc paths were correct and there were no errors. Was able to reploy to Tablet too...
Now to write some apps.
02-15-2012 09:08 AM
Hello every one
I am getting the same problem that is "
Description Resource Path Location Type
unable to open 'C:\Program Files\Research In Motion\blackberry-tablet-sdk-2.0.0\frameworks\libs
"
but the solution you all gave didnt help me , i am attaching a screen shot for better understanding for u guys, may be there is something i am missing
I have also made a new project but the same error comes again.
03-16-2012 04:59 PM