Appcompat does not work

前端 未结 5 1489
青春惊慌失措
青春惊慌失措 2020-12-02 02:19

I am trying to use appcompat in my application. I have done everything according to the instructions. But when I add android-support-v7-appcompat as a library in my proect,

5条回答
  •  忘掉有多难
    2020-12-02 02:28

    • delete appcompat.jar and v4-support.jar from libs folder
    • clean ur project

      How to add android-support-v7-appcompat as a library

    • import android-support-v7-appcompat in eclipse as a library project and check copy into workspace

    • add android-support-v7-appcompat as library in ur project
    • right click on ur project -----> properties ------>android ------> add

    how to add v-7 as library

    • clean ur project

    I think this will help u

提交回复
热议问题