payu-intrepos / payumoney-new-sample-app

New Sample App For PayUmoney and PnP SKD integration
40 stars 37 forks source link

No static method newRequestQueue #35

Closed ArvindGithub2015 closed 5 years ago

ArvindGithub2015 commented 5 years ago

When I call below line then app crash PayUmoneyFlowManager.startPayUMoneyFlow(paymentParam, activity, R.style.AppTheme_default, true);

Currently i am Using 1.5.0 vesion implementation('com.payumoney.sdkui:plug-n-play:1.5.0')

ERROR : (Landroid/content/Context;Lcom/android/volley/toolbox/BaseHttpStack;)Lcom/android/volley/RequestQueue; in class Lcom/android/volley/toolbox/Volley; or its super classes (declaration of 'com.android.volley.toolbox.Volley' appears in /data/app/com.livenutrifit-nXiSGllzU1yL3m4Ua1n-Pw==/base.apk) at com.payumoney.graphics.helpers.NetworkManager.getRequestQueue(NetworkManager.java:104) at com.payumoney.graphics.helpers.NetworkManager.(NetworkManager.java:75) at com.payumoney.graphics.helpers.NetworkManager.getInstance(NetworkManager.java:91) at com.payumoney.graphics.AssetDownloadManager.init(AssetDownloadManager.java:83)

ArvindGithub2015 commented 5 years ago

There was library conflict in my code now it is fixed after exclude

chintu6666 commented 4 years ago

How you solved ?

YogeshJ241 commented 4 years ago

@Arvind Could you please share how you have solved this issue?