Giter Club home page Giter Club logo

androtermux's Introduction

AndroTermux

Goal of this project is to develop basic start project for developing Android applications inside Termux terminal on Android devices.

Requirements

  1. Install Termux on your phone.
  2. Install tools in your Termux:
  • apt install jack make aapt git zip apksigner
  1. Clone this repository to your home dir:
  1. Pick Android SDK version which you want to use to build this application by copying file android.jar from locations like:
  • Android SDK/platforms/android-10/android.jar
  • Android SDK/platforms/android-23/android.jar
  • and so on... to ./lib/ directory of this project.
  1. Run build process with command:
  • make to build debug version of APK package
  • make release to build release version of APK package
  1. Your "Hello world" application should be waiting in ./bin/ directory.

Building APK on Linux PC

This project can be built on Linux machine. To do this please edit and use makefile.linux_pc.

How to install your program

By default you cant access your home directory in Termux. To be able to get your hands on your newly created program you must call termux-setup-storage (only once after installation of Termux on your phone). After this operation you now can access your phone storage through ~/storage path.

Each time you build new version of your application you can copy it from ./bin folder of your project to ~/storage and install it from there on your phone.

androtermux's People

Contributors

jaroslaw-janikowski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

androtermux's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.