Blackberry plugin for eclipse? - blackberry

As i am developing an where app where i need to integrate BBM in it. As per the following instructions of integrating BBM, i followed the steps & downloaded BB Plugin for Eclipse. Here by default i got BB 7.1 SDK with that eclipse which i downloaded. Now i want to install BB 5.0 & BB 6.0 to that eclipse.
As per details i got from internet i followed the following steps of installing these SDK's
In eclipse
Help --> Install New Software --> in Add Repository i gave name & location as
Name --> Blackberry plugin
Location --> http://www.blackberry.com/go/eclipseUpdate/3.6/java
But here i am getting "could not find http://www.blackberry.com/go/eclipseUpdate/3.6/java" .
So, can anyone help me with this how to install 5.0 & 6.0 to Eclipse as i downloaded from the above BB Plugin for Eclipse url........
Thanks in advance......

Use this location instead. I am using Eclipse 3.6.1 and it works for me.
http://www.blackberry.com/developers/jar/win/java

Use Eclipse to install the BlackBerry Java Plug-in.
Choose Help > Install New Software.
Click Add.
For Name, type BlackBerry Java Plug-in Update Site.
For Location, type http://www.blackberry.com/go/eclipseUpdate/mac/java.
Mac: http://www.blackberry.com/go/eclipseUpdate/mac/java
Windows: http://www.blackberry.com/developers/jar/win/java
Click OK.
Select BlackBerry Java Plug-in and at least one BlackBerry SDK. Choose the version of the BlackBerry SDK that is compatible with your intended target market.
Click Next.
Review the items being installed, and then click Next.
Review the license agreement, and then check I accept the terms of the license agreement if you agree.
Click Finish to begin the installation.
After the plug-in is updated, you'll be prompted to restart Eclipse.

Related

How to start android SDK that comes with Android Studio?

Now it is not possible to download and install Android SDK standalone - the whole Android Studio is must to be installed.
I installed it, and noticed that I have a folder C:\Android\sdk
How can i execute the SDK GUI?
This file doesn't work - C:\Android\sdk\tools\android.bat
BTW - i need this in order to setup my environment for Appium. maybe I'm doing something wrong here?
You would need to open Android Studio, and the from there you can go to Tools -> Android -> SDK Manager to access Android SDK.
If you wish to check detailed steps, you can check Step 2.2 here - Appium Tutorial

Error while importing BlackBerry project in Eclipse - BlackBerry JRE 4.7.0[unbound]

I am new in BlackBerry application development. I have installed "BlackBerry Plug-ins for Eclipse version 7.1" successfully. Now I am trying to import one existing project into Eclipse, it is showing the following error:
Build path entry is missing: org.eclipse.jdt.lau...de.BlackBerryVMInstallType/BlackBerry JRE 4.7.0
what is the reason for this?
If you have only installed the OS 7.1 plugin, then you won't be able to target OS 4.7.
You'll need to also install the SDK for OS 4.7. To do that, in Eclipse, go to the Help menu, then Install New Software..., then select the Work With: pull-down menu, and pick the BlackBerry Eclipse Plugin site.
Then, in the center of the window, you'll select the SDKs (OS Versions) you want to directly target:
As you see, I'm using the Mac Eclipse Plugin, and it doesn't even show OS 4.7 ... I can't remember if the Windows versions still supports 4.7 (I think it might offer a 4.5 plugin). Basically, all the 4.7 devices out there should be eligible for free upgrades to 5.0, so I don't know that it's worth it to support 4.7 anymore. Just support OS 5.0+.
Once you're sure that you have the correct SDK, then in the window you show in your screenshot, try removing that OS 4.7 library. Then, use the Add Library.. button, select JRE System Library and pick the BlackBerry JRE 5.0.0 (it may be in the Alternate JRE menu):
After you do that, try cleaning and rebuilding your project.

cannot install blackberry webworks plugin for eclipse helios

I get following error while installing blackberry webworks plugin in eclipse helios:
Cannot complete the install because one or more required items could not be found.
Software being installed: BlackBerry WebWorks SDK 2.0.0.201103231828-18 (net.rim.browser.tools.wcpc.feature.feature.group 2.0.0.201103231828-18)
Missing requirement: BlackBerry Web Plug-in 2.5.1.201010291444-2 (net.rim.browser.tools.debug 2.5.1.201010291444-2) requires 'bundle org.eclipse.emf.mapping.ecore2xml [2.5.0,2.6.0)' but it could not be found
Cannot satisfy dependency:
From: BlackBerry WebWorks SDK Plug-in 2.0.0.201103231828-18 (net.rim.browser.tools.wcpc 2.0.0.201103231828-18)
To: bundle net.rim.browser.tools.debug 0.0.0
Cannot satisfy dependency:
From: BlackBerry WebWorks SDK 2.0.0.201103231828-18 (net.rim.browser.tools.wcpc.feature.feature.group 2.0.0.201103231828-18)
To: net.rim.browser.tools.wcpc [2.0.0.201103231828-18]
The BlackBerry plugin for Eclipse is no longer supported (was end-of-lifed last year). Developers are encouraged to continue to use their favorite IDE (including Eclipse) for editing files along with the BlackBerry WebWorks SDK (for packaging) and the Ripple Mobile emulator (for previewing & testing) :
https://developer.blackberry.com/html5/download/
Lastly, there is an Ant build script published that can help make things much easier:
https://github.com/blackberry/BB10-WebWorks-Community-Samples/tree/master/Ant-Build-Script

Blackberry - how to use an older component pack?

I am a Blackberry newbie. I develop on Mac OS Lion. I just installed the latest component pack for blackberry. However, the device that I am going to develop for has Blackberry 4.6 installed. So it is unable to run any of the new samples provided by the RIM component pack. How do I obtain an older version on eclipse?
You can install additional BlackBerry SDK versions via the BlackBerry's update site. Follow this guide, BlackBerry Java Plug-in for Eclipse Update Site, to learn how. According to this guide, as for today, the available BlackBerry SDK versions that can be downloaded via the update site are:
7.1
7.0
6.0
5.0
4.5 (Available for Windows only)
Also check this guide, BlackBerry Plug-in for Eclipse.

Blackberry SDK 7 on a Blackberry 6 phone

I am having a lot of issues installing my BlackBerry app to my phone. The app has been signed but still says that there is an error of attempting to access a secure API. However, I realise my eclipse is using the 7 sdk whereas my phone is running blackberry 6. Could this be the issue?
How would I go about changing this in eclipse?
First you will need to install the BlackBerry JRE 6.0.0 Plugin into your instance of Eclipse by adding BlackBerry Java Plugin - http://www.blackberry.com/go/eclipseUpdate/3.6/java to your list of 'Available Software Sites' in Eclipse->Help->Install new software.
Then when you have that installed, you will be able to right click on JRE System Library [BlackBerry JRE 7.0.0] in your project, select Properties and change to JRE 6.0.0.
Then re-package, sign and install on your OS6 device

Resources