Android 添加带有资源的支持库“;“添加到生成路径”;无法使用的

Android 添加带有资源的支持库“;“添加到生成路径”;无法使用的,android,android-appcompat,Android,Android Appcompat,我想使用导入Eclipse工作区中的v7支持库。步骤5不可行,因为“添加到构建路径”不可用 In the new library project, expand the libs/ folder, right-click each .jar file and select Build Path > Add to Build Path. For example, when creating the the v7 appcompat project, add both the android-

我想使用导入Eclipse工作区中的v7支持库。步骤5不可行,因为“添加到构建路径”不可用

In the new library project, expand the libs/ folder, right-click each .jar file and
select Build Path > Add to Build Path. For example, when creating the the v7
appcompat project, add both the android-support-v4.jar and 
android-support-v7-appcompat.jar files to the build path.

我的理解是,
android-support-v4.jar
android-support-v7-appcompat.jar
会自动添加到构建路径中,我可以毫无顾虑地跳过这一步。我说的对吗?

在最新版本中,如果您复制到libs文件夹,它会自动为您执行操作,但如果您的生成版本低于3.0,则应手动执行do@HarshaVardhan将什么复制到哪个libs文件夹?我应该手动做什么?如果您将JAR复制到LIB中,那么如果您的android构建版本是3.0,那么将JAR添加到构建路径将手动完成