Unable to add android platform (wrong id?)

I have been able to add the android platform to my projects before without any problems. Now suddenly when I need it i get an error. I tried to add new project and add android platform with now luck. What is up?

Here is what I get:

Tokes-MacBook-Pro:ionic icedice$ ionic start --appname kran --id rm2015.dk.monkeystyle test222
Creating Ionic app in folder /Users/icedice/ionic/test222 based on tabs project

Tokes-MacBook-Pro:test222 icedice$ ionic platform add android
Creating android project…

/Users/icedice/.cordova/lib/npm_cache/cordova-android/3.6.4/package/bin/node_modules/q/q.js:126
throw e;
^
Package name must look like: com.company.Name
Error: /Users/icedice/.cordova/lib/npm_cache/cordova-android/3.6.4/package/bin/create: Command failed with exit code 8
at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)

I must be really tired. The problem was exactly what it said it was. apparently rm2015.dk.monkeystyle is not a valid id while dk.monkeystyle.rm2015 is…

For all apps, native or hybrid, the app id follows a common naming patter, that of a reverse domain name

com.myCompany.appName

Thanx. I have no idea how I got that f** up, i was really tired :smile: