payu-intrepos / payumoney-new-sample-app

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

ActivityNotFoundException #52

Open bhavinwebdesk opened 4 years ago

bhavinwebdesk commented 4 years ago

W/System.err(27385): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.xxx/com.payumoney.core.SdkWebViewActivityNew}; have you declared this activity in your AndroidManifest.xml? W/System.err(27385): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2112) W/System.err(27385): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1757) W/System.err(27385): at android.app.Activity.startActivityForResult(Activity.java:4803) W/System.err(27385): at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:676) W/System.err(27385): at android.app.Activity.startActivityForResult(Activity.java:4743) W/System.err(27385): at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:663) W/System.err(27385): at com.payumoney.core.presenter.MakePayment.OnPaymentDetailsReceivedFromPayuMoney(SourceFile:424) W/System.err(27385): at com.payumoney.core.SdkSession$18.onSuccess(SourceFile:1189) W/System.err(27385): at com.payumoney.core.SdkSession$12.run(SourceFile:615) W/System.err(27385): at android.os.Handler.handleCallback(Handler.java:907) W/System.err(27385): at android.os.Handler.dispatchMessage(Handler.java:105) W/System.err(27385): at android.os.Looper.loop(Looper.java:216) W/System.err(27385): at android.app.ActivityThread.main(ActivityThread.java:7625) W/System.err(27385): at java.lang.reflect.Method.invoke(Native Method) W/System.err(27385): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524) W/System.err(27385): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:987) V/InputMethodManager(27385): Reporting focus gain, without startInput D/HwAutofillHelper(27385): recordCurrentInfo:0 D/HwAutofillHelper(27385): inputType = 18

Rahul-Hooda commented 3 years ago

@bhavinwebdesk - Is it happening when Don't keep activities is turned on?