Every time android creates a new project, it will automatically add V7 dependency packages ?, Androidv7

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.