Convert into apk

I developed a application and tested in ionic viewer. Now I need to convert this application into apk file how to convert Ionic file into apk file

Do you have the android SDK installed? If you have it all configured from that end, you should be able to generate an APK using the following commands:

ionic platform add android
ionic build android

Take a look here.