It is required to remove redundant files and move some files from the root directory to their respective folders.
For e.g. binary files like adb, fastboot and nc along with busybox.apk and AndroidXtract.sh are useful to root an android device but are not directly involved in the project itself.
Hence, it is required to store such files in ExtraResources folder, A developer may utilize these files to initially start with the project.
It is required to remove redundant files and move some files from the root directory to their respective folders. For e.g. binary files like
adb
,fastboot
andnc
along withbusybox.apk
andAndroidXtract.sh
are useful to root an android device but are not directly involved in the project itself. Hence, it is required to store such files inExtraResources
folder, A developer may utilize these files to initially start with the project.