Eclipse Import V7 Package

Source: Internet
Author: User

After importing the project from GitHub, we found that support for V7 package is required, and this package is available under the SDK path, such as: G:\work soft\android-sdk-windows\extras\android\support\v7,

There is a appcompat need to import, directly file->import->copy into workspace, in the required projects to add this library can be

Another problem is that you can't find Theme.AppCompat.Light.NoActionBar.

This can customize a

   

<resources>    <!--Base Application Theme--    <style name= "Apptheme" parent= " Theme.AppCompat.Light.NoActionBar ">    </style>      <style name=" Theme.AppCompat.Light.NoActionBar "parent=" @style/theme.appcompat.light ">              <item name=" Android: Windownotitle ">true</item>        </resources>

  

Eclipse Import V7 Package

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.