我想使用the documentation在我的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
会自动添加到构建路径中,我可以毫不费力地跳过此步骤。我是对的吗?