Talk:Flutter: Difference between revisions
imported>Ivanhercaz m ups! I forget the title |
→Trouble Shooting: new section |
||
| Line 11: | 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. `android/local.properties` 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 `ANDROID_SDK_ROOT`. 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) | |||