You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Michael Schmidt (JIRA)" <ji...@apache.org> on 2013/11/19 15:37:19 UTC

[jira] [Commented] (CB-5255) Build script crashes when using Google APIs Target

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

Michael Schmidt commented on CB-5255:
-------------------------------------

No Google APIs means no in-app-purchasing - it prevents the app to use Google Play Services

> Build script crashes when using Google APIs Target
> --------------------------------------------------
>
>                 Key: CB-5255
>                 URL: https://issues.apache.org/jira/browse/CB-5255
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.1.0
>            Reporter: Michael Schmidt
>              Labels: build
>
> The command "phonegap local build android" crashes when "Google APIs" are set for the project target (instead of the Android target).
> in project.properties:
> - CRASH:
> {code:xml}
>  target=Google Inc.:Google APIs:19
> {code}
> - WORKS: 
> {code:xml}
> target=android-19
> {code}
> Error log:
> {quote}
> $ phonegap local build android
> {quote}
> {quote}
> [phonegap] compiling Android...
>    [error] An error occurred while building the android project. 
> /Users/testuser/Documents/phonegap-project/platforms/android/cordova/lib/check_reqs.js:35
>         return target.split('=')[1].replace('\n', '').replace('\r', '').replac
>                                     ^
> TypeError: Cannot call method 'replace' of undefined
>     at Object.module.exports.get_target (/Users/testuser/Documents/phonegap-project/platforms/android/cordova/lib/check_reqs.js:35:37)
>     at Object.module.exports.check_android (/Users/testuser/Documents/phonegap-project/platforms/android/cordova/lib/check_reqs.js:63:29)
>     at Object.module.exports.run (/Users/testuser/Documents/phonegap-project/platforms/android/cordova/lib/check_reqs.js:77:56)
>     at Object.<anonymous> (/Users/testuser/Documents/phonegap-project/platforms/android/cordova/build:30:16)
>     at Module._compile (module.js:456:26)
>     at Object.Module._extensions..js (module.js:474:10)
>     at Module.load (module.js:356:32)
>     at Function.Module._load (module.js:312:12)
>     at Function.Module.runMain (module.js:497:10)
>     at startup (node.js:119:16)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.1#6144)