Android Support library upgrade to 23.0.0 Error!

Source: Internet
Author: User

Android Support Library upgraded to 23.0.0 Error resolution


Have to say, really can toss! The Android support Library under the SDK in Android Studio has been upgraded to 23.0.0, and the result has been a problem with the creation of the project, which is also quite wonderful:



Lie down, you big uncle! Can you play well? All kinds of unloading load, on the system of heavy installation.

Later in the artifact StackOverflow found such an article:

Http://stackoverflow.com/questions/32092511/resource-error-in-android-studio-after-update-no-resource-found

Reason: before 23.0, there was a reference based on the APAC. HTTP package, which was not referenced after the upgrade, resulting in a new project error.


Solution:

Https://code.google.com/p/android/issues/detail?id=183122#makechanges





Refer to the above method:

First: Open project, find the Build.gradle in project, and

Compile ' com.android.support:appcompat-v7:23.0.0 '
Set to

' com.android.support:appcompat-v7:22.2.1 '


second: enter sdk\extras\android\m2repository\com\ Android\support\appcompat-v7 maven-metadata.xml <VERSION>23.0.0</VERSION>,






Third: Clean and rebuild.


Recent use of Android Studio has a variety of problems, ah, a problem will have to toss the big half a day, and as a celestial programmer, Studio is very slow ah! Poor daily eat steamed bread, where the ticket to make VPN (don't say I stingy AH). But it always feels like studio is playing with the IDE's interface, or coding efficiency, tall, in place!





Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Android Support library upgrade to 23.0.0 Error!

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.