I am doing a project where we have to use the Android Terminal Emulator. I downloaded the the Jackpal Android Terminal Emulator from github and using the instructions in the document to build the terminal emulator.
https://github.com/jackpal/Android-Terminal-Emulator/blob/master/docs/Building.txt
I am having trouble installing the package in the first step itself, i.e. building the ndk shared libraries.
According to the instructions provided:
Build the shared library:
cd <the-android-terminal-emulator-directory>
<path-to-the-android-ndk>/ndk-build
Accordingly, I typed the following in my cmd
C:\>cd androidterm
C:\androidterm>android-ndk-r6b/ndk-build
I got the following error message:
'android-ndk-r6b' is not recognized as an internal or external command,
operable program or batch file.
I am still learning Android and have never worked with the command line before. Could someone please help me? Is it a problem with the way I have typed the command?
Please help. I am really confused.
https://github.com/jackpal/Android-Terminal-Emulator/blob/master/docs/Building.txt
I am having trouble installing the package in the first step itself, i.e. building the ndk shared libraries.
According to the instructions provided:
Build the shared library:
cd <the-android-terminal-emulator-directory>
<path-to-the-android-ndk>/ndk-build
Accordingly, I typed the following in my cmd
C:\>cd androidterm
C:\androidterm>android-ndk-r6b/ndk-build
I got the following error message:
'android-ndk-r6b' is not recognized as an internal or external command,
operable program or batch file.
I am still learning Android and have never worked with the command line before. Could someone please help me? Is it a problem with the way I have typed the command?
Please help. I am really confused.
! 