Ionic 2 - Uncaught ReferenceError: ionic is not defined

You don’t need to add the --v2 flag when running ionic serve. The url needs to have an uppercase p:

http://localhost:8100/?ionicplatform=android

should become

http://localhost:8100/?ionicPlatform=android

How are you getting to this URL?