update for compling warnings with master build from P-Preview

Change-Id: Ie860e412b5cb412ed1d036d8f0b0abc672a9bc5b
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
6 files changed
tree: 65c326b272e9cf0a2d4f494e7f4a0a218de6c9b4
  1. .idea/
  2. artwork/
  3. docs/
  4. emulatorview/
  5. gradle/
  6. libtermexec/
  7. samples/
  8. term/
  9. tests/
  10. tools/
  11. .gitattributes
  12. .gitignore
  13. .gitreview
  14. Android.mk
  15. build.gradle
  16. gradlew
  17. gradlew.bat
  18. MODULE_LICENSE_APACHE2
  19. NOTICE
  20. README.md
  21. settings.gradle
README.md

#Terminal Emulator for Android

Note: Terminal Emulator for Android development is complete. I am not accepting pull requests any more.

Terminal Emulator for Android is a terminal emulator for communicating with the built-in Android shell. It emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.

This application was previously named "Android Terminal Emulator". Same great application, just with a new name. (The change was made at the request of the Android trademark owner.)

This code is based on the "Term" application which is included in the Android Open Source Project. (Which I also wrote. :-) )

Download the Terminal Emulator for Android from Google Play

If you are unable to use the Play Store, you can also download from GitHub

See Building for build instructions.

Got questions? Please check out the FAQ and/or the Google+ Android Terminal Emulator Community before emailing or adding an issue. Thanks!

Please see the Recent Updates page for recent updates.