Android Emulator tab events not working for Hello app

I have successfully built the Hello application with the ionic framework. It works fine in a browser/debugger session. However when I run it n the Android Emulator the application loads fine but it fails to respond to events. For instance, when I click any tab nothing happens. Is there any event registration/listener I have to add that it is not included in the default ionic framework?

What version of ionic are you using, beta 1, 2, or 3? Can you put together some demos? It’s kind of hard to figure out the problem with out any info

Also, can you clarify about the “Hello” application? What is that.

Try starting here :

I used “Ionic, v1.0.0-beta.1” with “myApp tabs” sample from getting started.
Sorry, my mistake. I meant to say myApp tabs from the Getting Started guide:
“ionic start myApp tabs”