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

Testing and Deployment

Started 07-19-2011 by
Modified 03-13-2012 by

Summary

 

This article applies to the following:

  • BlackBerry® Tablet OS
  • BlackBerry® PlayBook™ Simulator
  • BlackBerry® Tablet® OS SDK for Adobe® AIR®
  • BlackBerry® WebWorks™ SDK for Tablet OS
  • BlackBerry SDK for Android™ Apps

 

Details

 

For AIR Developers

The BlackBerry Tablet OS SDK for Adobe AIR provides a user interface for the command line tools that can be used to build, sign and deploy Adobe AIR applications to a BlackBerry Tablet.  These tools integrate into Adobe® Flash Builder®, which provides an easy to use graphical interface.  

 

Developers without Flash Builder may find the command line only version of these tools inconvienient to use.  The BlackBerry Tablet OS Graphical Aid has been created to provide these developers with an easy to use graphical interface that calls out to the command line tools.

 

For WebWorks Developers

The BlackBerry WebWorks SDK for Tablet OS allows web and mobile web developers to use the SDK in combination with their development tooling of choice to develop, test and package up their web applications as BlackBerry WebWorks applications for tablets.

 

Developers without an automated build system to integrate with may prefer a graphical interface to build their WebWorks applications.  The BlackBerry Tablet OS Graphical Aid provides a user friendly interface for building WebWorks applications for the BlackBerry Tablet OS.

 

For Android Developers

The BlackBerry PlayBook for Android Development Tools is an Eclipse plug-in that provides the ability to check your Android application package for compatibility, test and debug using a BlackBerry PlayBook or BlackBerry PlayBook simulator and repackage it into a BAR file for distribution.

 

The BlackBerry SDK for Android apps is a set of command line tools that provide similar features.  The BlackBerry Tablet OS Graphical Aid found on this page is a graphical front end that can be used with the BlackBerry SDK for Android apps.  However, we do recommend using the BlackBerry PlayBook for Android Development Tools over this because of the conventient integration it offers with the development tool used to create Android applications.

 

 

GUI Aid 2.5.png

 

This tool is provided in three forms.

 

  • BlackBerry Tablet OS Graphical Aid Flash Builder Project.zip - The source code of this application in Flash Builder project form.
  • BlackBerry Tablet OS Graphical Aid Eclipse Project.zip - The source code of this application in Eclipse® project form.
  • BlackBerry Tablet OS Graphical Aid Windows Installer.zip - A compilied version of this application in Windows® exe form.
  • BlackBerry Tablet OS Graphical Aid - Mac OS Installer.zip - A compilied version of this application in Apple drg form.


Comments
by Developer on 02-21-2012 02:36 PM

The link to the Tablet OS SDK for Adobe AIR points to the old site, better point it to https://bdsc.webapps.blackberry.com/air/download

by Administrator on 02-27-2012 11:23 AM

Good catch.  I'll get this fixed.

by Developer on 03-12-2012 06:28 PM

Having trouble getting it to work.  Keep getting this message : 

The path to your SDK is not correct.  Please run configuration wizard.  Command not executed.

 

I've tried to point it to every possible directory with no luck.  Any ideas?

 

 

by Administrator on 03-13-2012 04:32 PM

Are you trying to build a WebWorks application on Windows?  If so, try version 2.6.1.  That bug should be fixed there.

by Developer on 03-13-2012 07:04 PM

Mark, I tried again with the latest and still having trouble.  Here is a screenshot of the way I set it up.

 

screenshot.png

by Administrator on 03-14-2012 11:44 AM

What action are you taking when you get that error message?

by New Developer on 04-18-2012 09:43 AM

Why is there no option to build a debug build(-d) with the webworks SDK?

by Administrator on 04-18-2012 09:58 AM

You can build a WebWorks debug bar file.  If you don't check of "Sign Application" a debug version is created.

by New Developer on 04-18-2012 01:46 PM

thanks