Blackberry webworks project isnt selectable? - blackberry

I'm new in BB app developement
I have downloaded and installed blackberry plugin for eclipse "BlackBerry_JDE_PluginFull_1.3.0.201102031007-19".
But when I open it and am going to create new project. I do not find any option for "Blackberry webworkds project"
Can anyone suggest why this may be or how to troubleshoot this?

BlackBerry plugin for eclipse is no more available through the eclipse Update Site. You can download the complete package/bundle that has the Eclipse and the BlackBerry JDE from their website as you did. The option of "Create a new BlackBerry WebWorks project " has also been removed.
Unfortunately you now need to manually setup your project and put together the config files, javascript files and then test it using Ripple emulator. Available here

Related

How to generate ipa using visual studio for ios

I am developing an app for iOS using visual studio (phone gap). Can any one please assist me how to generate IPA for the same
Best way is using official phonegap build site :
just upload your project and it will build files for you. totally easy.
https://build.phonegap.com
Be noticed that you need Apple developer account : 99$/year

Android Studio can't access SDK Manager

I have just downloaded and installed Android studio 0.4.2 and loaded an android project. This project gives me this error:
Cause: failed to find target android-17
Please install the missing platform from the Android SDK Manager.
so great, I will now go into the SDK manager, and get the missing platform. The only problem is, I cannot access the SDK Manager. The SDK manager button is grayed out and when I go to tools, there is no option for android, so I can't go to toold
Any ideas on how I can fix this problem? I have used Eclipse with ADT before and never had this issue...
Close the project from
File > Close project
doing this will take ou to the Android Studio welcome screen. From there navigate to this path
Configure > Project Defaults > Project Structure > Android SDK
Set you Android SDK location here, you can check all API's level from he same screen inside SDKs tab.
Now import your project again. You can set project specific SDK after opening the project from
File > Project Structure
This is an old one, but since I fixed that, I'm just sharing.
I sorted it downloading the stand-alone SDK and pointing the SDK Location to the folder.
Download the SDK from the "Get the SDK for an existing IDE" https://developer.android.com/sdk/index.html
As #pyus13 said, from the Project structure, select the downloaded folder
Configure > Project Defaults > Project Structure > Android SDK
Now your SDK Manager tab in no longer grayed out and you can access it
Hope this help.
I found the bulls eye solution.
Download SDK zip file from developer.android.com
Extract the zip file.
Copy and paste that extracted folder into Applications/Android Studio/
Open Android Studio. Go to: (Quick Start) / Configure / Project Defaults / Project Structure / (Android SDK Location) and browse SDK folder.
Apply and save.
You and me finally solved this problem. :D

IBM Worklight - Blackberry App not working in OS 6.0 or 7.1

Blackberry app working in OS 5.0 but not working in OS 6.0 or 7.1
Following steps I follow in ripple:
Selected platform webworks 2.0.0
In Build option clicked on settings and entered new SDK path.
Entered native folders path in Project Root
gave a name in Archive name
entered a path in output folder
ENtered password in password field
still getting error while packaging "CreateProcessW: The system cannot find the file specified."
So still packaging the app manually and the app is working in OS 5.0 but not in OS
I have used Worklight 5.0.6.2 and 5.0.5 to develop app and in both the case the app is working only in OS 5.0
Using:
Worklight 5.0.5/5.0.6.2
BlackBerry SDK v2.3.1.5
"BlackBerry" platform in Ripple
The reason it works in the Ripple emulator is because all that emulator does is load the web resources of the application, which essentially is just like previewing the application using Worklight Console instead.
I am guessing that the following may help (it helped me get Ripple back into working condition):
Copy the BlackBerry SDK from Program files to C:\ (also remove any spaces in the folders path)
Make sure your Java is also in C:\
Navigate to the bin\ folder of the SDK in its new location
Open the file bbwp.properties file and edit the Java path to its new location in C:\
Check if Ripple now signs your application
In addition to the above, make sure that the "platform" you've chosen is "WebWorks 2.0.0". That's the correct platform when using BlackBerry 6/7.
In the Settings window in Ripple, you need to:
point to the new SDK location from above.
The path field needs to point to the native folder of your Worklight's BlackBerry environment.
And of course you need to specify output folder location, name, signing keys password, ...
Try to package and sign again using Ripple.
I do hope of course, that you've read the Getting Started training material about BlackBerry?
Setting up your BlackBerry 6 and 7 development environment
Previewing your application on BlackBerry 6 and 7
General information when developing for BlackBerry 6 and 7

BBM integration , when checking BBM version checker

I tried to invoke BBM client through my app.I used BBM sdk 1.3 ,it was working fine with devices containing BBM version 6.1..So to work it on other BBM version i used the BBM version checker as given in the documentation.I followed all the steps mentioned in the documentation, made core project and proxy project..But when i run proxy project in the simulator it was not working..
One more thing, even if it works then how do i package both the projects and install it on my device..
Plz help..
To package both the applications :-
Sign them.
Copy the .cod files in one folder
Upload it to the App Store.

Can't make new Blackberry Project

Basically I use eclipse and I installed the plugin for blackberry, however even know if I go to about and it is listed as installed, I cannot create a new project, or open the perspective either. It's nowhere to be found in the new project menu. I just followed what was on here:
http://us.blackberry.com/developers/javaappdev/javaplugin.jsp
Is there something else I need to do?
I have the very same problem.
I download blackberry jde 7.1 for eclipse.
Try to add new blackberry project, but there are no Blackberry project option.
Check my JDK version, turns out I installed jdk 5
Remove the jdk 5, and install jdk 6 32 bit, update 31.
Reinstall the blackbery jde 7.1.
Now I have Blackberry option when i try to add new blackbery project.
Use file -> create new project and inside choose Blackberry Project. Note that you should use the BlackBerry plugin for eclipse to do that
Download the Eclipse and Blackberry installation bundle and you're good to go. It combines the two and avoids having to install new software.
i had this issue and the steps on blackberrys site helped me to resolve it:
from: BlackBerry Developer Site
In your existing Eclipse environment, follow the steps below:
From the Help menu, select Install New Software to open the Install window.
Click Add:
In the Add Site dialog, type the URL http://www.blackberry.com/developers/jar/win/java into the location text box and specify BlackBerry Java Plug-in Update Site in the name text box.
Click OK, BlackBerry Update Site appears in the Available Software list.
Select the BlackBerry Java Plug-in item and at least one BlackBerry SDK you want to work with. Choose the version of the BlackBerry SDK which ensures that your application is compatible with your intended target market. Read more about SDK versions.
Click Next.
Click Next after reviewing the items to be installed.
Check I accept the terms of the license agreement after reviewing the licenses.
Click Finish to begin installation.
After successfully downloading the files, you'll be prompted to restart Eclipse.

Resources