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.
after importing have created new project , added appcompat-v7 library it.
but after clicking ok if again go option looks different.
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.
Comments
Post a Comment