All Projects â†’ SDRausty â†’ Buildapks

SDRausty / Buildapks

Licence: apache-2.0
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Buildapks

Aurdroid
Android AUR [Arch Linux user Repository] packages browser
Stars: ✭ 88 (-59.63%)
Mutual labels:  open-source, opensource, android-application, android-development
Baldphone
A new accessible interface for your smartphone, suitable for seniors
Stars: ✭ 181 (-16.97%)
Mutual labels:  open-source, opensource, android-application
ToDo
Android application to quickly add tasks and reminders.
Stars: ✭ 13 (-94.04%)
Mutual labels:  apk, android-development, android-application
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-94.04%)
Mutual labels:  mobile-app, android-development, android-application
Forkhub
GitHub client for Android based on the abandoned official app
Stars: ✭ 2,756 (+1164.22%)
Mutual labels:  github-api, apk, android-application
Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+1124.31%)
Mutual labels:  mobile-app, open-source, opensource
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (-79.82%)
Mutual labels:  mobile-app, android-development, android-application
Buildapks
Really quickly build APKs on handheld device (smartphone and tablet) in Amazon, Android, Chromebook, PRoot and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 272 (+24.77%)
Mutual labels:  github-api, apk, smartphone
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (-21.1%)
Mutual labels:  github-api, open-source, opensource
Simple Calendar
A simple calendar with events, customizable widgets and no ads.
Stars: ✭ 2,696 (+1136.7%)
Mutual labels:  open-source, android-development
Windows Hacks
Creative and unusual things that can be done with the Windows API.
Stars: ✭ 2,171 (+895.87%)
Mutual labels:  hacks, hacking
Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (-14.22%)
Mutual labels:  apk, android-application
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (-17.43%)
Mutual labels:  apk, hacking
Termuxarch
Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/
Stars: ✭ 183 (-16.06%)
Mutual labels:  smartphone, tablet
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-19.27%)
Mutual labels:  smartphone, tablet
Rethink App
DNS over HTTPS / DNS over Tor / DNSCrypt client, firewall, and connection tracker for Android.
Stars: ✭ 188 (-13.76%)
Mutual labels:  open-source, android-application
Intermine
A powerful open source data warehouse system
Stars: ✭ 195 (-10.55%)
Mutual labels:  open-source, opensource
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (-18.35%)
Mutual labels:  open-source, opensource
Simple Flashlight
A simple modern flashlight with SOS, stroboscope & bright display, has no ads.
Stars: ✭ 191 (-12.39%)
Mutual labels:  open-source, android-development
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (+0.46%)
Mutual labels:  android-application, android-development

buildAPKs

-r--r--r-- setup.buildAPKs.bash
-rwxrwxrwx setup.buildAPKs.bash

BuildAPKs has source code and scripts in order to build APKs (Android Package Kits) on Android handhelds, and similar. Quick setup instructions can be found here and also right here. To skip to installing in Amazon, Android, Arch Linux, Debian, Chromebook, Ubuntu and Windows on device in Termux you can use:


   apt install curl 

   curl -O https://raw.githubusercontent.com/SDRausty/buildAPKs/master/setup.buildAPKs.bash

   bash setup.buildAPKs.bash

Screenshot_20191210

File opt/db/BNAMES contains built APKs information.

After installing, you can try building thousands of exciting, amazing and beautiful APKs by running shell scripts from this directory. It is simple! The minimal install size to start building your first apps is about 10MB. Have fun and enjoy compiling, hacking, modifying and running these select APKs!

Build Android APKs on device, on your smartphone and tablet with Termux; Make applications for your Android smartphone and tablet! This repository contains source code for many Android applications that have been successfully built in Termux.

Have you ever wanted to build your own application? Something that you can distribute over the Internet, and can be used on Android smartphones and tablets worldwide. Would you dare to try to spend some time learning something new to do so?

BuildAPKs is a project containing repositories of source code designed just for this purpose. Source code is the way programs are written in a human understandable language for applications to compile and then to be run on an Android device. These programs have been successfully built on device, a smartphone. First successful builds on Sun May 28 2017 in Termux (Android 6.0.1 aarch64).

Cloning and updating submodules is automated into the build*.bash scripts. To manually update this project to the newest version; See update.buildAPKs.sh for more information. If you recieve a history error message from git pull, the simplest solution is mv ~/buildAPKs ~/b0 and then reclone into the $HOME folder. See CHANGE.log for this git repository's change history.

The ~/buildAPKs/sources/github and ~/buildAPKs/var directories can be symbolic links to external storage space to save native space on device. For example, a github/var directory can be created and each can be symlinked with ln -s. Prefix the build*.bash scripts with bash to run buildAPKs in external storage, i.e. $ bash buildFlashlights.bash. Build Android APKs on device (smartphone and tablet).

This command: for i in $(cat ~/buildAPKs/var/db/UNAMES) ; do ~/buildAPKs/build.github.bash $i ; done will attempt to build UNAMES, all known GitHub usernames.

While this command: for i in $(cat ~/buildAPKs/var/db/TNAMES) ; do ~/buildAPKs/scripts/bash/github/build.github.topics.bash $i ; done will attempt to build TNAMES, all known GitHub topics @GitHub.

Submit a pull request at db.BuildAPKs if you would like names added to these listings. The db.BuildAPKs README.md has more information about the new database buildAPKs uses.

Really Easily Build an Android APK on an Android Device (Smartphone and Tablet).

Screenshot_20191208

Prefix these bash scripts by typing dot slash ./ on your Android smartphone and tablet in Termux, i.e. type ./b at the prompt $, press TAB TAB (x2). The prompt will magically add uild. Then add a capital A. Press TAB TAB (x2) again. This will build the following command on the command line ./buildAll.bash for you. Press enter (return) in ~/buildAPKs/. Additional CLI information at The Linux Documentation Project.

The built APKs will be deposited into Download/builtAPKs if Termux storage permission is granted for installing on smartphone and tablet through browsers, and download and file managers. Built APKs will be deposited into ~/buildAPKs/cache/builtAPKs if storage permission is not granted. The minimal install size to start building your first applications is about 10MB. Have fun and enjoy compiling, hacking, modifying and running these select APKs on device!

The buildAll.bash command can build hundreds of APKs on your device. Maximum space allotment for complete build of everything included (755) is about 850MB for buildAPKs, plus about 74MB for the finished products deposited into Download/builtAPKs; More than seven hundred and fifty five (755) Android applications can be made from source code available at BuildAPKs on device today. With build.github.bash you can build nearly an unlimited number of APKs which are available at GitHub.

Contribute to this project through both the issues page and pull requests. Enjoy building these select APKs for Termux projects, and find the time to post your feelings here, and at this wiki.

If you are confused by this page try this link, and you might want to try this one.

🚢🚤🚣⛵

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].