Closed L4R-777 closed 10 months ago
what is the error message?
https://docs.google.com/document/d/1jOGrs3S3VhLp8-_d6LmgCfIKvu4wApV_0FfCYxU7nYI/edit?usp=drivesdk
Here is the output when running flutter build Linux
And can u please make doc of how to setup for Apk building(setup SDK, path)?
dart-sdk
is broken, remove <flutter-path>/bin/cache/dart-sdk
then run the install script again.
And can u please make doc of how to setup for Apk building(setup SDK, path)?
As README says, download android-sdk and follow the instruction in release page.
Can u please send me your telegram username ?
I installed dart from official termux cli, and removed dart from flutter/bin/dart, still error arises
I installed dart from official termux cli, and removed dart from flutter/bin/dart, still error arises
flutter doesn't use user's dart-sdk
.
run flutter doctor -v
and paste the output
run flutter clean
before flutter run
I tried from scratch , it says some kinda Java versioning error
I tried from scratch , it says some kinda Java versioning error
That's not a problem, because flutter
cannot parse version string like 17-internal
, it only accepts 17.xx.yy
.
Have too much errors in step or may be am wrong at something, kindly make a documentation on complete setup from scratch. It worth giving the documentation on setup for future flutter developers. Thanking you