How to generate apk file in iOS

Hi

Wright now i have developed one app by using IONIC Framework(HTML5,CSS,Angularjs) in Xcode editor(IOS Platform).I want to know how to generate apk file for same code which was written in Xcode editor.

Read Ionic docs.

Make sure that you have Android SDK tools installed, add Android platform to your ionic project and finally build it with ‘ionic build android’ though you might want to test it first on a real device connected to your USB port with ‘ionic run android’

1 Like

and do not forget to readd you plugins after adding android as platform.

But if you have added some native ios specific stuff with xcode… it will not work on android