Talk:Flutter: Difference between revisions
imported>Ivanhercaz No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Outdated. Error: error: The version 34.0.0 is missing in package build-tools. | Outdated. Error: error: The version 34.0.0 is missing in package build-tools. | ||
== Broken link to team in see also section == | |||
Hi! | Hi! | ||
Line 9: | Line 11: | ||
Regards, [[User:Ivanhercaz|Ivanhercaz]] ([[User talk:Ivanhercaz|talk]]) 02:34, 24 February 2024 (UTC) | Regards, [[User:Ivanhercaz|Ivanhercaz]] ([[User talk:Ivanhercaz|talk]]) 02:34, 24 February 2024 (UTC) | ||
== Trouble Shooting == | |||
@[[User:HauntedCook|HauntedCook]] your edits to troubleshooting are not correct. <code>android/local.properties</code> caches the exact path of the android sdk. If you edit the shell this path will not be updated. If you remove it it will be correctly populated again when the build is first run based on the <code>ANDROID_SDK_ROOT</code>. I will revert your changes in a couple of days if I don't hear back. | |||
<pre> | |||
❯ cat android/local.properties | |||
sdk.dir=/nix/store/m5ygjwkz8brwkw9anx9kbwssymwvlaxl-androidsdk/libexec/android-sdk | |||
flutter.sdk=/nix/store/rga4z7r7x705lns431b89gwxx47zs1zp-flutter-wrapped-3.29.3-sdk-links | |||
flutter.buildMode=debug | |||
flutter.versionName=6.3.2 | |||
</pre> [[User:Bme|Bme]] ([[User talk:Bme|talk]]) 12:47, 21 August 2025 (UTC) |