anasfik / flutter-spy

Explore, analyze, and gain valuable data & insights from reverse engineered Flutter apps.
MIT License
582 stars 43 forks source link

HELP cannot execute flutterspy #7

Open kansitan opened 9 months ago

kansitan commented 9 months ago

Cloning into 'flutter-spy'... remote: Enumerating objects: 191, done. remote: Counting objects: 100% (191/191), done. remote: Compressing objects: 100% (146/146), done. remote: Total 191 (delta 92), reused 108 (delta 40), pack-reused 0 Receiving objects: 100% (191/191), 39.47 KiB | 673.00 KiB/s, done. Resolving deltas: 100% (92/92), done. mv: cannot overwrite '/data/data/com.termux/files/home/.flutter-spy': Directory not empty grep: /data/data/com.termux/files/home/.bashrc: No such file or directory No .bashrc, .zshrc or .profile found. Please add the following line to your shell config file: export PATH=$PATH:~/.flutter-spy

AbhiTheModder commented 9 months ago

Duplicate of #6

If you had used the termux installer this wouldn't have occurred, well anyway, go to /data/data/com.termux/files/usr/etc/ there you'll find Termux default bash.bashrc put the export line there or you can use below command after going to that directory to do this:

echo "export PATH=$PATH:~/.flutter-spy" >> bash.bashrc

And make sure to start a new session for the changes to take effect as any shell.