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
Post a Comment