<?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: orijin</title>
    <description>The latest articles on DEV Community by orijin (@orijin0001).</description>
    <link>https://dev.to/orijin0001</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%2F3263347%2F0599bea9-e0cd-4fc8-bbc7-5115636f03cd.jpg</url>
      <title>DEV Community: orijin</title>
      <link>https://dev.to/orijin0001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/orijin0001"/>
    <language>en</language>
    <item>
      <title>AAPT: error: resource @drawable/logo not found - Even after Clean Install &amp; All Fixes</title>
      <dc:creator>orijin</dc:creator>
      <pubDate>Fri, 13 Jun 2025 08:35:28 +0000</pubDate>
      <link>https://dev.to/orijin0001/aapt-error-resource-drawablelogo-not-found-even-after-clean-install-all-fixes-4ge4</link>
      <guid>https://dev.to/orijin0001/aapt-error-resource-drawablelogo-not-found-even-after-clean-install-all-fixes-4ge4</guid>
      <description>&lt;p&gt;Hello, I am having a persistent build error in a new Android Studio project and I have tried every possible solution.&lt;/p&gt;

&lt;p&gt;The error is:&lt;br&gt;
ERROR: C:\Users\ITsupport\AndroidStudioProjects\Ana\app\src\main\res\layout\activity_main.xml:16: AAPT: error: resource drawable/logo (aka com.example.finalapp:drawable/logo) not found.&lt;/p&gt;

&lt;p&gt;This error happens even though I can physically see the logo.png file inside my app/res/drawable folder. The file name is all lowercase.&lt;/p&gt;

&lt;p&gt;I am running Android Studio on a Windows machine. Here is everything I have already tried to fix this:&lt;/p&gt;

&lt;p&gt;Verified Code: All my code (activity_main.xml, MainActivity.kt, build.gradle.kts, AndroidManifest.xml) is correct and synchronized.&lt;br&gt;
Clean and Rebuild: I have used Build -&amp;gt; Clean Project and Build -&amp;gt; Rebuild Project many times. The build is successful, but the error appears when I try to run the app.&lt;br&gt;
Invalidate Caches: I have used File -&amp;gt; Invalidate Caches / Restart multiple times.&lt;br&gt;
Manual Deep Clean: I have closed the project, manually deleted the .gradle, .idea, and build folders from my project directory, and then re-opened the project to force a fresh sync.&lt;br&gt;
Complete Reinstallation: I have completely uninstalled Android Studio from my computer, deleted all related settings files, and then performed a fresh, clean installation. I created a brand new project from scratch, and the same error still occurs.&lt;br&gt;
Windows Features: I have enabled both Virtual Machine Platform and Windows Hypervisor Platform and restarted my computer.&lt;br&gt;
Conclusion: The problem seems to be a deep environmental issue on my computer where the Android build tools (AAPT) cannot see or access the resource files, even when they definitely exist. I am out of ideas. Has anyone ever seen this kind of persistent error before?&lt;/p&gt;

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