的Andr​​oid动作条如何添加支持库V7 appcompat为Eclipse动作、oid、Andr、Eclipse

由网友(柳)分享简介:我跟着 Android的 - 动作条添加操作栏。我向来自ActionBarActivity活动:公共类MainActivity扩展ActionBarActivity I followed every steps in Android - ActionBar to add action bar.I extend t...

我跟着 Android的 - 动作条添加操作栏。 我向来自ActionBarActivity活动:  公共类MainActivity扩展ActionBarActivity

I followed every steps in Android - ActionBar to add action bar. I extend the activity from ActionBarActivity: public class MainActivity extends ActionBarActivity

我需要添加appcompat V7支持库这里在:在与添加库资源,日食一节。最后的步骤:

I need to add appcompat v7 support library as in here: In "Adding libraries with resources", eclipse section. The last steps:

添加库到应用程序的项目:

"Add the library to your application project:

在项目资源管理器中,右键单击您的项目并选择属性。 在库窗格中,单击添加。 选择库项目,然后单击确定。例如,appcompat项目应列为Android的支持-V7-appcompat。 在属性窗口中,单击确定。

步骤2是在那里我找不到库窗格。我如何可以将库添加到我的项目?

Step 2 is where I can't find the Library pane. How can I add the library to my project?

推荐答案

一张图片胜过千言万语:

A picture is worth a thousand words:

阅读全文

相关推荐

最新文章