[SOLVED] Meteor add-platform android : Error

I am running meteor 1.5.2.2

I’m not sure what the problem is here, and I need some help. When I type

meteor add-platform android

I get the the following error

Errors executing Cordova commands:

While adding platform Android to Cordova project:
Error validating package name. Package name must look like:
com.company.Name

Here is my mobile.config

App.info({
  id: 'com.mydomain.fireinspection',
  name: 'Fire Inspection',
  description: 'Perform fire inspections',
  ...
});

Deleted /.meteor/local/cordova-build and re-ran the add-platform… works.