<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gabor Pinter</title>
    <description>The latest articles on DEV Community by Gabor Pinter (@kinoko).</description>
    <link>https://dev.to/kinoko</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1188737%2Fd644eef4-0524-477e-9ac7-60067b9261db.jpg</url>
      <title>DEV Community: Gabor Pinter</title>
      <link>https://dev.to/kinoko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kinoko"/>
    <language>en</language>
    <item>
      <title>Invalid CMake cache in Flutter</title>
      <dc:creator>Gabor Pinter</dc:creator>
      <pubDate>Thu, 19 Oct 2023 03:25:52 +0000</pubDate>
      <link>https://dev.to/kinoko/invalid-cmake-cache-in-flutter-4hi8</link>
      <guid>https://dev.to/kinoko/invalid-cmake-cache-in-flutter-4hi8</guid>
      <description>&lt;p&gt;AndroidStudio - and &lt;code&gt;flutter build&lt;/code&gt; - gave me this error on an FFI project:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"../poc/flutter-native-arrays/example/linux/CMakeLists.txt" does not match the source  ".../poc/flutter-native-arrays/linux/CMakeLists.txt" 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It seems like invalid cache.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;flutter clean&lt;/code&gt; did &lt;strong&gt;not&lt;/strong&gt; help&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Invalidate Caches&lt;/em&gt; in AndroidStudio did &lt;strong&gt;not&lt;/strong&gt; help&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What did help was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;deleting the &lt;strong&gt;build&lt;/strong&gt; directory from the project&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
