stack_wallet icon indicating copy to clipboard operation
stack_wallet copied to clipboard

setup.sh automated build script issues: does not install `flutter` as expected, `cargo-ndk` fails to build

Open AaronFeickert opened this issue 2 years ago • 2 comments

The build script does not properly install flutter, as this line fails.

It may also be the case that another source is needed after installing Rust.

AaronFeickert avatar Dec 22 '22 03:12 AaronFeickert

flutter version also needs to be updated in this script

julian-CStack avatar Feb 13 '23 17:02 julian-CStack

Today on a new install I experienced this issue, where line 19 (flutter doctor) fails. Also, cargo-ndk failed to build. The documentation should be updated to note that Android Studio should be installed before the setup script it run, as well.

sneurlax avatar May 03 '23 17:05 sneurlax