Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5255

Build script crashes when using Google APIs Target

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0
    • None
    • cordova-android

    Description

      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)

      Attachments

        Activity

          People

            bowserj Joey Robert Bowser
            mobidev3 Michael Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: