Talk:Flutter: Difference between revisions

Bme (talk | contribs)
Bme (talk | contribs)
 
Line 14: Line 14:
== Trouble Shooting ==
== 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 `ANDROID_SDK_ROOT`. I will revert your changes in a couple of days if I don't hear back.
@[[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>
<pre>
Return to "Flutter" page.