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/03 18:53:17 UTC

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

Michael Schmidt created CB-5255:
-----------------------------------

             Summary: 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


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: target=Google Inc.:Google APIs:19
- WORKS: target=android-19

Error log:

$ phonegap local build android

[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)



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