APK is not working

My meteor app runs perfectly in android emulator.
But it is not work when I install it on my smartphone.

I get this message: iron:router organize your meteor application.

I haven’t done any mobile app development with Meteor yet, but the message you’re getting sounds like what iron:router tells you if you have not configured any routes at all. Can you check that all your files are getting properly packaged into the app, and loaded as well?
But that’s just a guess. I’m sure someone else will be able to guide you a bit better on this.