You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
184 B

  1. export ANDROID_HOME=~/Android/Sdk/
  2. PATH=$PATH:$ANDROID_HOME/tools
  3. PATH=$PATH:$ANDROID_HOME/platform-tools
  4. cd /home/nau/Android/Sdk/tools
  5. ./android
  6. ionic serve
  7. ionic build android