Skip to content

Commit bff3a16

Browse files
committed
modified: README.md
1 parent de05e41 commit bff3a16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [Easily Build Android APKs on Device in Termux](https://sdrausty.github.io/docsBuildAPKs/easilyBuildAndroidAPKsOnDevice)
1+
# [Easily Build Android APKs on Device in Termux](https://BuildAPKs.github.io/docsBuildAPKs/easilyBuildAndroidAPKsOnDevice)
22

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

5-
[This repository](https://github.com/sdrausty/buildAPKs) of source code is designed just for this purpose. Source code is the way software is written in an understandable human language for applications to compile into machine code, and then to be run as programs on a device. The applications in this collection are showcased because they have been tested and passed. They were successfully built and installed on device, yes all of it on a smartphone.
5+
[This repository](https://github.com/BuildAPKs/buildAPKs) of source code is designed just for this purpose. Source code is the way software is written in an understandable human language for applications to compile into machine code, and then to be run as programs on a device. The applications in this collection are showcased because they have been tested and passed. They were successfully built and installed on device, yes all of it on a smartphone.
66

77
In order to build these apps, the following programs need to be used. After finishing the complex process of compiling, the finished product, the APK file, should be installable on any compliant Android device. Use `apt` or `packages` to install all of the following required Termux packages:
88

@@ -25,18 +25,18 @@ Fortunately, these commands work in Termux. The popular compilers `jack` and `ja
2525
You may be wondering now after installing the necessary packages and downloading the source code:
2626

2727
```
28-
cd && git clone https://github.com/sdrausty/buildAPKs
28+
cd && git clone https://github.com/BuildAPKs/buildAPKs
2929
```
3030

31-
What do I do next? How do I use `aapt`, the Android Asset Packaging Tool, `apksigner`, the APK signing tool, `dx`, the command which takes in class files and reformulates them for usage on Android and `ecj`, the Eclipse Compiler for Java?
31+
What do I do next? How do I use `aapt`, the Android Asset Packaging Tool; `apksigner`, the APK signing tool; `dx`, the command which takes in class files and reformulates them for usage on Android, and `ecj`, the Eclipse Compiler for Java?
3232

33-
[This project](https://github.com/sdrausty/buildAPKs) has [bash scripts](https://github.com/sdrausty/buildAPKs/tree/master/scripts/build) which help immensely in automating work. Make them executable by `chmod 750 script_name` if they are not already. Check to see their permissions with `ls -al`. Then simply run `buildOne.sh` in the directory of the program you wish to make by calling it by name. Look for the `AndroidManifest.xml` file. That is where you want to run the [bash script.](https://github.com/sdrausty/buildAPKs/blob/master/buildOne.sh) After you are done building the app, install it **from** your `/sdcard/Download/builtAPKs` directory through your file manager in Android.
33+
[This project](https://github.com/BuildAPKs/buildAPKs) has [bash scripts](https://github.com/BuildAPKs/buildAPKs/tree/master/scripts/build) which help immensely in automating work. Make them executable by `chmod 750 script_name` if they are not already. Check to see their permissions with `ls -al`. Then simply run `buildOne.sh` in the directory of the program you wish to make by calling it by name. Look for the `AndroidManifest.xml` file. That is where you want to run the [bash script.](https://github.com/BuildAPKs/buildAPKs/blob/master/bash/buildOne.sh) After you are done building the app, install it **from** your `/sdcard/Download/builtAPKs` directory through your file manager in Android.
3434

35-
If your system does not have a file manager, Open File Manager is available at [F-droid.](https://f-droid.org/packages/com.nexes.manager/) You can download, install and use it. Source code for this APK (Android Package Kit) is available [here](https://github.com/sdrausty/buildAPKsApps/tree/master/browsers/Android-File-Manager) at buildAPKsApps, a submodule of buildAPKs. If you prefer [Ghost Commander,](https://f-droid.org/packages/com.ghostsq.commander/) the souce code is available [here.](https://github.com/sdrausty/buildAPKsBrowsers/tree/master/ghostcommander-code) Both APKs build beautifully on device (a smartphone) in your pocket with [Termux.](https://termux.com) We should really leave the age of whirling fans and disk drives behind.
35+
If your system does not have a file manager, Open File Manager is available at [F-droid.](https://f-droid.org/packages/com.nexes.manager/) You can download, install and use it. Source code for this APK (Android Package Kit) is available [here](https://github.com/BuildAPKs/buildAPKsApps/tree/master/browsers/Android-File-Manager) at buildAPKsApps, a submodule of buildAPKs. If you prefer [Ghost Commander,](https://f-droid.org/packages/com.ghostsq.commander/) the souce code is available [here.](https://github.com/BuildAPKs/buildAPKsBrowsers/tree/master/ghostcommander-code) Both APKs build beautifully on device (a smartphone) in your pocket with [Termux.](https://termux.com) We should really leave the age of whirling fans and disk drives behind.
3636

37-
Enjoy this project! Inscribe your feedback at either the [wiki,](https://github.com/sdrausty/buildAPKs/wiki) the [issues pages](https://github.com/sdrausty/buildAPKs/issues) or through [the code itself.](https://github.com/sdrausty/buildAPKs/pulls)
37+
Enjoy this project! Inscribe your feedback at either the [wiki,](https://github.com/BuildAPKs/buildAPKs/wiki) the [issues pages](https://github.com/BuildAPKs/buildAPKs/issues) or through [the code itself.](https://github.com/BuildAPKs/buildAPKs/pulls)
3838

39-
#### When you press and momentarily hold the `volumeDown+power` buttons simultaneously on a smartphone, it takes a screenshot much like this one which shows the screen and the [the source code for this page](https://raw.githubusercontent.com/sdrausty/buildAPKs/master/docs/README.md) in [vim](http://www.vim.org/git.php) running on [Termux](./pages/asac) on [Android.](https://source.android.com/)
39+
#### When you press and momentarily hold the `volumeDown+power` buttons simultaneously on a smartphone, it takes a screenshot much like this one which shows the screen and the [the source code for this page](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/docs/README.md) in [vim](http://www.vim.org/git.php) running on [Termux](./pages/asac) on [Android.](https://source.android.com/)
4040

4141
![Screenshot](./bitpics/README.png)
4242

0 commit comments

Comments
 (0)