Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 396A0106D6 for ; Tue, 27 Aug 2013 08:11:59 +0000 (UTC) Received: (qmail 66094 invoked by uid 500); 27 Aug 2013 08:11:58 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 66070 invoked by uid 500); 27 Aug 2013 08:11:53 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 66059 invoked by uid 99); 27 Aug 2013 08:11:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 08:11:52 +0000 Date: Tue, 27 Aug 2013 08:11:51 +0000 (UTC) From: "Andrey Shustariov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4649) Cordova 3.0.0 Storage API error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751069#comment-13751069 ] Andrey Shustariov commented on CB-4649: --------------------------------------- It seems, according to my post on [Stack Owerflow|http://stackoverflow.com/questions/18330582/cordova-3-0-0-storage-api-error], {code:xml} {code} was not added to my config.xml. > Cordova 3.0.0 Storage API error > ------------------------------- > > Key: CB-4649 > URL: https://issues.apache.org/jira/browse/CB-4649 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CordovaJS > Affects Versions: 3.0.0 > Reporter: Andrey Shustariov > Assignee: Joe Bowser > > The project is created using cordova-cli and built for android platform. It successfully using file and file-transfer plugins at the moment. The problem comes when attempting to use Storage API. According to PhoneGap documentation, Storage API is built into cordova since version 3.0. The problem is, when I'm trying to interact with Storage API > {code:javascript} > var db = window.openDatabase(name, "1.0", name, size); > {code} > Cordova's PluginManager logs error: > {noformat}exec() call to unknown plugin: Storage{noformat} > Also posting my *config.xml*: > {code:xml} > > > Hello Cordova > > A sample Apache Cordova application that responds to the deviceready event. > > > Apache Cordova Team > > > > > > > > > > > > > > > > > > {code} > and *AndroidManifest.xml* > {code:xml} > { > > > > > > > > > > > > > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira