The Android Studio pilot jar package could not find a workaround for the class

Source: Internet
Author: User

Today updated the Universal-image-loader-1.9.5.jar file, Studio can not find the related class, the internet Baidu tried a lot of ways, finally solved, the specific method with a foreigner post of similar, here to share under.

Steps to resolve:

Something went wrong in incremental build system. One of this should help:

    1. Menu Build, Rebuild project
    2. Delete Folder/build
    3. Close Android Studio, Delete/build folder
    4. Right click on your project, Open module settings, Dependencies tab, check if Export is checked for your Library

From the foreigner's post Http://stackoverflow.com/questions/17724642/android-studio-java-lang-noclassdeffounderror

Reference article: http://www.oschina.net/question/2263525_180149

This problem often occurs when Build.gradle is configured as follows:

Compile Filetree (dir: ' Libs ', include: [' *.jar '])

If it is not solved, in the build.gradle with such as the following reference, studio may sometimes find the jar package, plus the following code will be able to cheat studio, Bulid success after the deletion is good.

Compile files (' Libs/umeng_social_sdk.jar ')

The Android Studio pilot jar package could not find a workaround for the class

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.