java - Android appcompat v7 error -
being new android developent followed simplest of tutorials, built new android project, accepting default settings (built kitkat). dismay have un-planned project - appcompat_v7 , along errors: the container 'android dependencies' references non existing library 'c:\users...\workspace\appcompat_v7\bin\appcompat_v7.jar' and twice following the project cannot built until build path errors resolved is there quick way fix these? sign of how difficult, , bugged unpleasant surprises learning android going be? (hope not similar learning ios 6 years ago...) the appcompat_v7 library added default in eclipse android project. need demo projects start making. to correctly add library, follow these steps for android studio: 1. ensure have android support repository installed in sdk manager : 2. in build.gradle file, include following compile statement compile 'com.android.support:appcompat-v7:+' in dependency bracket. 3...