XML Highliting Error from Android Lint

0 votes

I’m working on this very simple project but I’m getting an error with this following code

XML Attribute is not allowed it here

How do I get rid of this error?

Jul 23, 2018 in DevOps Tools by Hannah
• 18,570 points
396 views

1 answer to this question.

0 votes

You can try to specify layout folder manually in gradle file

sourceSets {
  main {
      res.srcDirs =
      [
            'path-to-my-lib/res/layout'
      ]
    }
}
answered Jul 23, 2018 by Kalgi
• 52,360 points

Related Questions In DevOps Tools

0 votes
1 answer

Error in process execution from Nolio

Here is an approach which you can ...READ MORE

answered Jul 9, 2018 in DevOps Tools by Atul
• 10,240 points
875 views
0 votes
1 answer

Getting an Error while trying to push changes to cloud foundry

Here is an approach which you can ...READ MORE

answered Jul 19, 2018 in DevOps Tools by Atul
• 10,240 points
1,875 views
0 votes
1 answer

Error saying "client and server don't have same version (client : 1.19, server: 1.18)"

As of docker-compose 1.4 you can now ...READ MORE

answered Jul 19, 2018 in DevOps Tools by Kalgi
• 2,680 points
1,630 views
0 votes
1 answer

Deploy in to jboss EAP 6.4 from jenkins

You can use the mavan plugin <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.9.Final</version> <configuration> ...READ MORE

answered Jul 20, 2018 in DevOps Tools by Kalgi
• 52,360 points
2,313 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,520 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP