Downgrade to v1.2 from v2

Hi!
I tried to upgrade to Ionic v2 b23, but I get some error:

  • WARN: ionic.project has been renamed to ionic.config.json, please rename it.
    and
    Failed to find the bower component “android”.
    Are you sure it exists? (CLI v2.0.0-beta.23)

when I try “-ionic add adroid”.

I’m not sure how to solve this. Is it complicated or should I try a downgrade? And then, how do I downgrade.

This is a warning. It means that ionic.project its not used anymore. I believe it uses the ionic.config.json now.

I think you’re trying to add a platform? In that case, you have misspelled the command. It should be ionic platform add android. You can find more information on the CLI commands here Ionic App CLI Development