Issue with ActionBarActivityDelegate class…app doesn't run

前端 未结 4 2007
庸人自扰
庸人自扰 2021-02-15 12:37

Hello i hope someone can help me with his I was planning to put an action bar in my test app, so I did exactly as said in the developers API guide.

But when i tried to

4条回答
  •  无人及你
    2021-02-15 12:58

    I had that error, and the problem was that I hadn't added the lib with the resources. You can't just add the jars, because it will not add the resources. You have to create a project from thoses libs and then add the project as a library to your own project.

    Here's the instructions how to:

    Go to this link and go to the "Adding libraries with resources" section

    http://developer.android.com/tools/support-library/setup.html

    This fixed the problem for me.

    Cheers

提交回复
热议问题