Posts

Showing posts from December, 2015

Beginners Guide For installation of ionic and building the android project in ionic for windows.

                                 I will walk through the complete setup of environment for the ionic which will help you even to build the project for android. Straight from installation of java to android-sdk to building the android project. Steps: 1. Download java and java sdk. 2. Open command , type java if it is not recognized, you have to fix the environment variable. 3. Go to My Computer, open its properties,  go to advance system settings, open up the environment variables, add the new user variable call it PATH and add path to java sdk\bin In my case:  C:\Program Files (x86)\Java\jdk1. 7.0 _55\bin; 4.  Download and install android sdk then add the android sdk platform-tools and tools to the path. In my case: C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Program Files(x86)\Android\android-sdk\tools; 5. Download and extract apache-ant binary and add it to the path In my case: C:\Program Files (x86)\apache-ant- 1.9 . 6 -bin\apache-ant- 1.9 . 6