WordPress LMS for Web and mobile › Forums › WPLMS Student App › Create a APK
How can I create the apk to test it on a cell phone?
Regards
Please refer : https://ccoenraets.github.io/ionic-tutorial/build-ionic-project.html
after adding platform you can use ionic cordova build android command to generate apk .
ionic cordova build android
You will find the generated apk file in your project folder / platforms/android/build/outputs/apk
it seems like you did not install git . Please refer : https://stackoverflow.com/questions/44388889/error-not-found-git-when-install-npm-package-on-windows