Is there any command equivalent to adb cmd package compile -m everything -f
in termux?
Is there any command equivalent to adb cmd package compile -m everything -f
in termux?
Yes, it works. You just need root to do this:
$ tsu -a
# cmd package compile -m everything -f
Or:
$ tsu -c '/system/bin/cmd package compile -m everything -f'
Q & A