yadda zakayi install din ApkTool a Termux

What is ApkTool in Termux?You have probably seen Moded apps (like moded Version of subways surfer) where you get 999999 coins from the start. Those games are created by People who Make Mod of games To make money ( Technically it is not Legal). So To make those Mods People use Apk Decompiler Tools that allow them to access individual part of application files, and then they make changes in the code (Like changing the initial starting money/points from 0 to 9999999) and after Recomiling the files into and APK they make and Moded App.
For decompiling apk you will get a different application for Different Operating System but If you wanna decompile an application in termux you need to install ApkTool In termux. Apk Tool will allow you to compile applications in termux. You can also use nano to edit files in termux and you can also decompile in termux using ApkTool. Its a good tool for all the people who are interested in making moded apps by using Apktool in Termux. Since making a mod of games is a Vast topic I am only gonna show you basics but if you really interested then you can always learn it from the internet.
Step 1:Before installing any Tool we will First Upgrade all of our Preinstalled packages in termux so that when we use Apk-Tool we won’t face any issue. To Upgrade packages in Termux, we will use the below command.- apt update && apt upgrade -yStep 2:Now since this Project is Hosted on Github we need to install Git in termux so that we can Download the project from the Github Repository. Just paste the below command and the Git package will be installed in no time.- pkg install git -yStep 3:The Git Package is installed in termux perfectly so and now we can Clone the Project from the Github repository. For that, we will use the Git clone command. You can see the command Below.- git clone https://github.com/Lexiie/Termux-ApktoolStep 4:Now we have to change the Directory to the ApkTool folder, We can use Cd command for that, If you don’t know about the cd command it is Highly suggested for you to read This post [ Termux all Basic Commands For Beginners ]. Just type the below command in Termux and press Enter.- cd Termux-ApktoolStep 5:Now here if you type ls you will see a .deb file It is a Debian File and you just have to install it in your termux. For that, you just have to paste the below command in termux.- dpkg -i apktool_2.3.4_all.debStep 6:Everything is done, and you just have to check if the Termux-Apktool is Perfectly installed in your Termux or not. Just type apktool in termux and if it is showing output like the below image that means Termux Apk-Tool is installed in your System.apktool