运行时若报错为:The container 'AndroidDependencies' referencesnon existinglibrary 'E:\JavaForAndriodReal\appcompat_v7\bin\appcompat_v7.jar';
解决方法为:右键改工程——Build Path——Configur Build Path...——在Java Build Path中的Order and Export中勾选所有项目,也就是Select all。工程中的错误即可解决。