java - Unable to use appcompat-v7 in eclipse for material design -


i have imported appcompat-v7 following instruction both eclipse(luna) , android developer tools.
https://developer.android.com/tools/support-library/setup.html

now appcompat-v7 library looks in project explorer.

http://i.stack.imgur.com/zcs8l.jpg


after importing have created new project , added appcompat-v7 library it.

http://i.stack.imgur.com/raccg.jpg


but after clicking ok if again go option looks different.

http://i.stack.imgur.com/kh2gy.jpg


if put following code styles.xml shows error.

<style name="appbasetheme" parent="theme.appcompat"> </style> 

now, should develop material design app using eclipse. can give me complete guideline develop material app using eclipse?

nb: have installed support library , have api 21, 22 both.

i faced problem , solved placing app compact v7 library folder , project in same directory. go property , check library , appcompact in same directory. can follow tutorial solving problem.

https://www.youtube.com/watch?v=cg_hxvv44zm


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -