1. Under App Ionic setup Sass "First clone a project to compile once sass"
2. Git checkout. "Return to previous changes"
3. Git status "View status"
4. Git diff "If the individual files are not clear, you can see the changes"
5. Git checkout-a "switch to branch A"
6. Rm-rf App "Develop Project's parent as far as record delete app under Develop"
7. Ls-all "Show all information for list"
8. mkdir mrtrust/"Create a new Mrtrust folder and go to the folder"
9. Git clone url "cloning project"
NPM install "to the app under the project, installing the necessary plugins in the project"
Vim. Bash_profile "Enter the system environment profile under users", press "I" to enter the edit state, type the following content
Export ANDROID_HOME=/USERS/NANNAN/DOWNLOADS/ADT-BUNDLE-MAC-X86_64-20140702/SDK export path= $PATH: $ANDROID _home/ Platform-tools: $ANDROID _home/tools Press ESC to exit the edit state shift+ ":" and then enter Wq "Exit and save Edit" 12. echo $PATH "show path to current app project" 13. To the computer user under source. Bash_profile "Make modified system files effective" 14. echo $ANDROID _home "View the configured ANDROID path" 15. Enter the app directory under Ionic platform and Android "add Android Platform" 16. Ionic build Android "compile Android Project" 17. Ionic run Android "automatically connects and installs items on Android devices" 18. ADB Shell "enters Android command control" 19. ADB device "View connected devices" 20. LS-ALF/A/CF "Show list information in different ways" Android file directory-sdk--add-ons--build-tools--docs--extras--platform-tools- -platforms--samples--sources--system-images--temp--tools
Mac Configuration Android Environment