You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jay Snyder (JIRA)" <ji...@apache.org> on 2014/03/05 16:41:44 UTC

[jira] [Created] (CB-6170) Can not add InAppBrowser plugin with Android platform

Jay Snyder created CB-6170:
------------------------------

             Summary: Can not add InAppBrowser plugin with Android platform
                 Key: CB-6170
                 URL: https://issues.apache.org/jira/browse/CB-6170
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin InAppBrowser
    Affects Versions: 3.2.0
         Environment: Cordova 3.2.0-0.4.0
InAppBrowser r0.3.1 or newer
            Reporter: Jay Snyder


Trying to add the  InAppBrowser plugin to a project with the Android platform added results in the following error:

Fetching plugin from "cordova-plugin-inappbrowser"...
Starting installation of "org.apache.cordova.inappbrowser" for android
[TypeError: Cannot read property 'install' of undefined]
inappbrowsertest:ERR trapped at line #27:  $?=1

I use the following commands to duplicate this:

cordova create test "com.te.test" test
cd test
cordova platform add android
git clone https://github.com/apache/cordova-plugin-inappbrowser.git
cordova plugin add cordova-plugin-inappbrowser





--
This message was sent by Atlassian JIRA
(v6.2#6252)