worawit / blutter

Flutter Mobile Application Reverse Engineering Tool
MIT License
760 stars 128 forks source link

What is this mistake #18

Open ximenlang666 opened 7 months ago

ximenlang666 commented 7 months ago

1

yzctzl commented 7 months ago

use the x64 Native Tools Command Prompt

worawit commented 7 months ago

Because you are using 32 bit compiler. You have to use "x64 Native Tools Command Prompt" as yzctzl said. Also you might have to remove build directories that generated by using 32 bit compiler.

ximenlang666 commented 7 months ago

因为您使用的是 32 位编译器。您必须使用“x64 本机工具命令提示符”,正如 yzctzl 所说。此外,您可能必须删除使用 32 位编译器生成的生成目录。

ok