You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jonathan Magoon (JIRA)" <ji...@apache.org> on 2017/06/05 17:22:04 UTC

[jira] [Commented] (CB-12855) 'Undefined is not a function' on ES6 function call for Cordova Android

    [ https://issues.apache.org/jira/browse/CB-12855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037242#comment-16037242 ] 

Jonathan Magoon commented on CB-12855:
--------------------------------------

Ok, with the deprecation I will close this issue.

> 'Undefined is not a function' on ES6 function call for Cordova Android
> ----------------------------------------------------------------------
>
>                 Key: CB-12855
>                 URL: https://issues.apache.org/jira/browse/CB-12855
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>    Affects Versions: 6.5.0
>         Environment: node 0.12.2
>            Reporter: Jonathan Magoon
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Using an older version of node (if it's still in the backwards compatible window). A change in Cordova Android from hardcoding the path for Android Studio to iterating through the applications calls .startsWith('Android Studio'), (which I'm guessing exists in a later node version and not the one we are stuck with (0.12.2)) breaks `cordova build android` (or run, etc.) with 'Undefined is not a function'.
> Swapping to 'indexOf' fixes this. Commit is here:
> https://github.com/apache/cordova-android/commit/e3198b0f6b3c0d0877e8c1618bea1874392c51dd
> I can write a PR for this if this is something that should be backwards compatible. Please let me know if I will need to version lock with a previous Cordova Android version due to the old version of node we use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org