You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 02:36:15 UTC

[2/6] webworks commit: added some notes for BB10 Development

added some notes for BB10 Development


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/f85a39c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/f85a39c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/f85a39c1

Branch: refs/heads/master
Commit: f85a39c137e2c25930ffd43cdbb7e6c63f8d910d
Parents: dad90af
Author: Gord Tanner <gt...@gmail.com>
Authored: Thu Aug 23 10:49:19 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 11:48:37 2012 -0700

----------------------------------------------------------------------
 README.md |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/f85a39c1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f28d375..7a1d612 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ Directory Structure
 
     framework/ ... BlackBerry WebWorks JavaScript Extension (Cordova native code)
     javascript/ .. Cordova JavaScript (Non-concatenated, non-minified)
-    lib/ ......... Third party tools
     bin/ ......... Scripts for project creation
 
 Introduction
@@ -177,3 +176,7 @@ __A:__ Cordova uses a JavaScript Extension to invoke the native camera applicati
 __Q: None of the Cordova APIs are working, why is that?__
 
 __A:__ You probably need to update your plugins.xml file in the root of your application.
+
+__Q: I am getting an error building for BlackBerry 10
+
+__A:__ The current SDK for BlackBerry 10 has a couple bugs that will get in the way when developing for cross platform BlackBerry Apps. [Issue 177] (https://github.com/blackberry/BB10-Webworks-Packager/issues/177) and [Issue 175] (https://github.com/blackberry/BB10-Webworks-Packager/issues/175). Adding the BlackBerry 10 SDK folder to your path on OSX and updating the features in config.xml to not have any unknown features will allow you to build and deploy to BlackBerry 10 for now.