Issue
I have an issue with android studio not being able to process the .xml files properly. I have restarted, cleared cache, created new project but still no answers. Here are some images to show case
com.android.tools.build:gradle:3.6.0-alpha05
org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41
Help where you can guys, thanks.
Solution
This is a known issue. Downgrade to AS 3.6 canary 3 if you are using canary 5 and the downgrade the gradle plugin to "classpath 'com.android.tools.build:gradle:3.6.0-alpha03"
Check the issue : https://issuetracker.google.com/issues/136103084
If that did not work you can add this res manually and clean and rebuild.
Answered By - Ashok Kumar S
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.