Skip to content

Commit

Permalink
修复用户层odex失败
Browse files Browse the repository at this point in the history
  • Loading branch information
zjw2017 authored Mar 13, 2023
1 parent bf4c589 commit 18ccf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ if [[ "$dex2oat_mode" != null ]]; then
fi
done
echo "- 待处理应用数量:$apptotalnumber"
for apk_path in $(cat $/storage/emulated/0/Android/MIUI_odex/packages2.txt); do
for apk_path in $(cat /storage/emulated/0/Android/MIUI_odex/packages2.txt); do
apk_dir="${apk_path%/*}"
record="$(eval cat /storage/emulated/0/Android/MIUI_odex/packages.txt | grep ^"$apk_path")"
echo "- 开始处理${record##*=}"
Expand Down

0 comments on commit 18ccf99

Please sign in to comment.