fplutil
An open source project by
FPL.
|
The follow sections describe how to install the packages required to use fplutil libraries and tools.
Download and install:
sudo apt-get install openjdk-7-jdk
apt-get
...sudo apt-get install ant
Download and install:
Download and install:
android-ndk-r10e
.Download and install:
apt-get
...sudo apt-get install python
Download and install:
sdk/tools
directory from the Android SDK installation directory to the PATH variable./home/androiddev/adt
the following line should be added to user's bash resource file ~/.bashrc
.export PATH="$PATH:/home/androiddev/adt/sdk/tools"
/home/androiddev/ndk
the following line should be added to the user's bash resource file ~/.bashrc
.export PATH="$PATH:/home/androiddev/ndk"
update-java-alternatives
to select the correct Java version.sdk/tools
directory from the Android SDK installation directory to the PATH variable./home/androiddev/adt
the following line should be added to user's bash resource file ~/.bash_profile
.export PATH="$PATH:/home/androiddev/adt/sdk/tools"
/home/androiddev/ndk
the following line should be added to the user's bash resource file ~/.bash_profile
.export PATH="$PATH:/home/androiddev/ndk"
/home/androiddev/apache-ant
, the following line should be added to the user's bash resource file ~/,basrhc
.export PATH="$PATH:/home/androiddev/apache-ant/bin"
See Setting Windows Environment Variables.
sdk\tools
directory from the Android SDK installation directory to the PATH variable.c:\android-adt
, the path c:\android-adt\sdk\tools
should be added to the PATH variable.c:\android-ndk
, the path c:\android-ndk
should be added to the PATH variable.c:\apache-ant
, the path c:\apache-ant\bin
should be added to the PATH variable.C:\Program Files\Java\jdk1.7.0_71
, the path C:\Program Files\Java\jdk1.7.0_71\bin
should be added to the PATH variable.JAVA_HOME
variable to the Java install location (e.g C:\Program Files\Java\jdk1.7.0_71
).