The Android program references Gson to report java. lang. NoClassDefFoundError: com/goo

Source: Internet
Author: User

The Android program depends on a Library program B. The requirements for converting formatted json strings to standard json strings are used in program B.

Public static String jsonFormatter (String uglyJSONString) {Gson gson = new GsonBuilder (). setPrettyPrinting (). create (); JsonParser jp = new JsonParser (); JsonElement je = jp. parse (uglyJSONString); String prettyJsonString = gson. toJson (je); return prettyJsonString ;}

However, in the Android program

Java. lang. NoClassDefFoundError: com/google/gson/Gson

In fact, I don't know why the class cannot be found when new GsonBuilder ....

Later compare other programs found that only the android-support-v4.jar jar package is different.

Keep the android-support-v4.jar of the library program consistent with the android-support-v4.jar of the Android program and

The private library of the java build path library of the Android program shows that the jar package of the dependency program is valid, or it may be that the version of one of the android-support-v4 is too low...

Easy to use android-support-v4.jar connection address: http://www.kuaipan.cn/file/id_172808498780835867.htm? Source = 1

Xa


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.