android - How to specify a library project in proguard -



android - How to specify a library project in proguard -

i using google play services library in android project. not including jar library project in properties of project. getting error

unable execute dex: method id not in [0, 0xffff]: 65536

to solve stackoverflow result include library in proguard.

i have included library jar files in proguard specifying path of jar file.

how include library project in proguard.

please help

follow tutorial here thought how utilize libraries , exception rules progouard

http://www.intellicode.in/using-proguard-for-android-project/

android proguard

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -