If I use new “ V7 Appcompat library ”, do I still need “ V4 Support Library ” for a minimum SDK = 7?

后端 未结 5 1380
深忆病人
深忆病人 2020-12-08 19:37

I am migrating from Action Bar Sherlock to Action Bar compat. I remove ABS and I had support-v4-google maps in it, I got errors. I will add the v4 directly to the project no

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 20:25

    v7 includes the v4 support library so there is no need to have it in there again

    if you look in the libs folder of the v7 support library you will see that the v4 jar is already referenced in the library

提交回复
热议问题