https://github.com/buildapks/buildapks.native
buildAPKs.native native APKs that build in buildAPKs
https://github.com/buildapks/buildapks.native
Last synced: about 1 year ago
JSON representation
buildAPKs.native native APKs that build in buildAPKs
- Host: GitHub
- URL: https://github.com/buildapks/buildapks.native
- Owner: BuildAPKs
- License: apache-2.0
- Created: 2020-07-23T16:24:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T17:23:20.000Z (over 5 years ago)
- Last Synced: 2025-01-22T11:49:27.300Z (over 1 year ago)
- Language: C
- Size: 257 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## [buildAPKs.native git repository](https://github.com/BuildAPKs/buildAPKs.native/)
## [buildAPKs.native website](https://buildAPKs.github.io/buildAPKs.native/)
[This repository](https://github.com/BuildAPKs/buildAPKs.native/) is a submodule for [buildAPKs](https://github.com/BuildAPKs/buildAPKs) and [SDRausty's buildAPKs](https://github.com/SDRausty/buildAPKs).
To make Android Application Kits on smartphone, tablet and TV, copy and paste the following into [Termux](https://github.com/termux) in order to install buildAPKs.native in its' proper place:
```
cd && git clone https://github.com/BuildAPKs/buildAPKs
~/buildAPKs/scripts/bash/build/build.native.bash
```
##### -r--r--r-- [setup.buildAPKs.bash](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash)
##### -rwxrwxrwx [setup.buildAPKs.bash](https://buildapks.github.io/buildAPKs/setup.buildAPKs.bash)
To make Android Application Kits on smartphone, tablet and TV, copy and paste the following into Termux in order to install buildAPKs.native in its' proper place:
```
curl -O https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash
bash setup.buildAPKs.bash
~/buildAPKs/scripts/bash/build/build.native.bash
```
##### -r--r--r-- [setup.buildAPKs.bash](https://raw.githubusercontent.com/SDRausty/buildAPKs/master/setup.buildAPKs.bash)
##### -rwxrwxrwx [setup.buildAPKs.bash](https://sdrausty.github.io/buildAPKs/setup.buildAPKs.bash)
[](https://raw.githubusercontent.com/BuildAPKs/docsBuildAPKs/master/bitpics/screenshots/Screenshot_20200716-003405.png)
##### Information about shells:
* [https://developer.ibm.com/tutorials/l-linux-shells/](https://developer.ibm.com/tutorials/l-linux-shells/)
* [http://tldp.org/guides.html](http://tldp.org/guides.html)
* [https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa500/sh.htm](https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa500/sh.htm)
* [https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.cmds5/sh.htm](https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.cmds5/sh.htm)