How to configure Build Flavors with Executable Jar in Android?
How to configure Build Flavors with Executable Jar in Android?
I am developing an application which is using a Third Party Executable JAR which is used by another SDK provided by them only One for Debug and One for Release provided by the Third party only.
I am using the Flavours Debug and Release.
I have included both the JARs in the libs folder. Whenever I am compiling the code I am getting Build config is already existed. When I open the two JAR I have found out that there is two build config file for both the JARs And it is giving me a compilation error.
How to overcome that error?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment