Brand new 0.9.26 'ionic start mynewapp' 'device plugin required'

Continuing the discussion from Cordova + ionic 0.9.23 ‘device plugin required’:

Brand new ionic start mynewapp and i am getting in the catlog device plugin required. http://i.imgur.com/dAjUx5u.png (I am testing on the android emulator)

I double checked and added the <feature name="http://api.phonegap.com/1.0/device" /> to both config.xml files.

I tried it with both the cordova.js file before and after the ionic.js file. Nothing has changed to remove that warning.

Just realized I need to use a special tag for phonegap:build to include plugins. The error is gone now.

For future reference https://build.phonegap.com/plugins/628 is the device plugin for PhoneGap:Build.

I’m glad you got it worked out. I’ll try to remember to reference this on future issues.