I\'m developing an app in which I\'m using this library.
On compiling the project, this error containing TransformException and RuntimeException<
TransformException
RuntimeException<
Put this code in your first activity(starting activity of the app):
public class YouApplication extends Application { @Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); MultiDex.install(this); } }