0
votes

I am working on BlackBerry OS 10.I am trying to develop application using Titanium studio. I have added BlackBerry plugin and downloaded and installed BB NDK and following same procedure as shown in the link : BlackBerry Development Using Titanium .

Set up is ok but when I am trying to create new project an error is shown as:Unable to create new project. Available platforms for SDK version undefined:

I was guessing that I have given wrong path for BB NDK. But I have tried all possible ways. Still I am getting this error.

Please help me to figure out this problem.

2

2 Answers

0
votes

Go into Titanium Studio >> Preferences: enter image description here

Make sure the url points to where you downloaded your BB NDK.

0
votes

The problem here is that Titanium is looking for a filename that doesn't exist. You can fix it with a symbolic link:

( In /Application/Momentics.app ):

$ ln -s target_10_2_0_1155 install

$ ln -s bbndk-env_10_2_0_1155.sh bbndk-env.sh

For a video walkthrough see here.