, and components (which had been working fine until today).īut after reading the above answers I thought maybe somehow there was confusion being caused here so I changed the layout to use: The layout in question had been originally defined using I first went through a project clean (no help), and invalidating cache/restart (no help). I've been using androidx.appcompat everywhere for a while now (converted this project months back to androidx). I am already on 28.0.3 of build tools and compileSdkVersion of 28. The error message said something about not recognizing layout_constraintTop_toTopOf which of course is silly because it had been compiling quite happily for months.
#Task manager pro 2.33 apk mod update
I'm using Studio 3.3.1 Build from Jan 28.įor me I was getting the "error android resource linking failed" pointing to a line in a layout file using ConstraintLayout that had been working correctly until today when the only change to my app level gradle file was to update the versions of: :navigation-fragment Run with -info or -debug option to get more log output. Run with -stacktrace option to get the stack trace. > Android resource linking failed (AAPT2 27.0.3 Daemon #0)Ĭommand: C:\javasdk\build-tools\27.0.3\aapt2.exe link -I\Ĭ:\javasdk\platforms\android-26\android.jar\Ĭ:\Users\Jalal D\.gradle\caches\transforms-1\files-1.1\fonticon-0.1.8.aar\2b09376fc14469ba65fc8e4d85c2eed1\res\values\values.xml:19:5-25:25: AAPT: error: resource android:attr/fontVariationSettings not found.Ĭ:\Users\Jalal D\.gradle\caches\transforms-1\files-1.1\fonticon-0.1.8.aar\2b09376fc14469ba65fc8e4d85c2eed1\res\values\values.xml:19:5-25:25: AAPT: error: resource android:attr/ttcIndex not found. gradle folder, any solution please? Error:FAILURE: Build failed with an exception.Įxecution failed for task ':app:processDebugResources'. I am try reinstall android studio and remove.