Android package failed Proguard returned with error code 1. See console

Source: Internet
Author: User

Question 1:

[11:12:10-] Proguard returned with error code 1. See console

[11:12:10-] Note: there were 1 duplicate class definitions.

[11:12:10-] Warning: android. support. v4. OS. ParcelableCompatCreatorHoneycombMR2: can't find superclass or interface android. OS. Parcelable $ ClassLoaderCreator

....

Solution 1:

This problem is caused by code obfuscation and reference packages cannot be found.

You only need to add the following two lines in your proguard. cfg.

-Ignorewarnings
-Libraryjars libs/android-support-v4.jar


You can add the required jar as prompted by your project.


Note:

If the preceding two rows are not successfully packaged, You need to modify

The proguard. bat file in the android-sdk-windows \ tools \ proguard \ bin directory,


Open it in notepad and modify it as follows:

Set
Call % java_exe %-jar & quot; % PROGUARD_HOME % & quot; \ lib \ proguard. jar % *
Changed:
Call % java_exe %-jar & quot; % PROGUARD_HOME % & quot; \ lib \ proguard. jar % 1% 2% 3% 4% 5% 6% 7% 9
You can!


This method is to change the current SDK version to the same as the proguard. bat file contained in the previous SDK version!

 


 

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.