Git Product home page Git Product logo

Comments (2)

SDRausty avatar SDRausty commented on May 25, 2024

Please follow the instructions at https://sdrausty.github.io/buildAPKs/setup

These shell scripts will download the necessary components from Github, build them on device. Then, these shell scripts will deposit your built APKs into /sdcard/Download/builtAPKs on your device (smartphone or tablet). Like magic! Presto!

Reference https://sdrausty.github.io/buildAPKs/setup

can I use any of the development environments in Termux?

Probably the best place to get more information is at https://github.com/termux/termux-packages/issues and https://gitter.im/termux/termux here. You can try building anything, the applications for https://github.com/sdrausty/buildAPKs were selected because they usually build fairly well with Termux packages. Have you built any successfully @kirkkaf13 ?

from buildapks.

SDRausty avatar SDRausty commented on May 25, 2024
pkg up
pkg install aapt apksigner dx ecj findutils git
cd && git clone https://github.com/sdrausty/buildAPKs
./buildAPKs/scripts/build/buildMyFirstAPK.sh

Upon completion, output as follows will print onto the screen:

Your moon.apk was copied to /sdcard/Download/moon.apk
It is ready to be installed.
Install moon.apk from /sdcard/Download

It is a moon clock that depicts the faze of the Moon.

$ ~/buildAPKs/sources/buildAll.sh
$ cat ~/buildAPKs/scripts/maintenance/fa.sh
#!/data/data/com.termux/files/usr/bin/sh -e
# Copyright 2017 (c) all rights reserved
# by S D Rausty https://sdrausty.github.io
# Used to compare attempted builds to actual builds compiled.
#####################################################################
find . -name AndroidManifest.xml > a
find . -name step2.apk > s
cat a s > t
sort t > u
vi a s u

fa.sh can help diagnose attempted builds compared to actually built apps. You can use wc as well. Good luck! Let us know if you have any favorites.

from buildapks.

Related Issues (20)

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.