relopmusic.blogg.se

Android command line tools apache ant
Android command line tools apache ant











android command line tools apache ant

  • Add the Apache Ant install directory to the PATH variable.
  • For example, if the Android NDK is installed in /home/androiddev/ndk the following line should be added to the user's bash resource file ~/.bash_profile.
  • export PATH="$PATH:/home/androiddev/adt/sdk/tools"
  • For example, if the Android SDK is installed in /home/androiddev/adt the following line should be added to user's bash resource file ~/.bash_profile.
  • android command line tools apache ant

    For example, on Ubunutu run update-java-alternatives to select the correct Java version. Make sure Java 1.7 is selected in the event multiple Java versions are installed on the system.For example, if the Android NDK is installed in /home/androiddev/ndk the following line should be added to the user's bash resource file ~/.bashrc.Add the Android NDK directory to the PATH variable.For example, if the Android SDK is installed in /home/androiddev/adt the following line should be added to user's bash resource file ~/.bashrc.Add the sdk/tools directory from the Android SDK installation directory to the PATH variable.sudo apt-get install pythonĭownload the latest package from the Python 2.7 page and run the installer. Python 2.7, required to use fplutil tools.įor example, on a systems that support apt-get.Android NDK, required to develop Android native (C/C++) applications.ĭownload and unpack the latest version of the Android NDK to a directory on your machine.Java 1.7, required to use Android tools.ĭownload the Java 1.7 installer and run it to install.ĭownload the latest version of Apache Ant and unpack it to a directory.sudo apt-get install antĭownload the latest Android SDK package and unpack to a directory on your machine. For example, on systems that support apt-get.Apache Ant, required to build Android applications with fplutil.Java 1.7 required to use Android tools.Android SDK, required to build Android applications.ĭownload the latest Android SDK and unpack it to a directory on your machine.The follow sections describe how to install the packages required to use fplutil libraries and tools.













    Android command line tools apache ant