Every time android creates a new project, it will automatically add V7 dependency packages ?, Androidv7
Every time android creates a new project, it will automatically add V7 dependency packages?
Cause analysis:
The main reason is that my previous SDK version is updated a little higher, and the earlier version does not have this problem g. In the new version, google redefined the internal auto-added fragment of the BlankActivity.
However, V7 is a dependent package that I don't need. I just want to write a simple demo and don't need any dependent packages.
Today, we finally solved this Bug.
1 Step 1: when creating a project, the specified version is later than android3.0
2. After the project is created, right-click the project and click Properties to delete the dependency package of V7.
3 done!
You can run it on your own and I will not be in the texture.
Android creates an appcompat_v7 project after the project is successfully created.
Appcompat_v7 is a google compatibility package. Right-click your project-properties-android and you will find import appcompat_v7 in the library. You don't need to worry about him. You just need to work on your project.
Why is there an exclamation point after you create an android project using eclipse? I deleted appcompat_v7 a few days ago. What should I do?
To re-import the project dependency package, please refer to the following answer: zhidao.baidu.com/question/1988521414588961107