Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code not Run in flutter #394

Open
Naimishimaker opened this issue Jul 25, 2024 · 2 comments
Open

Example code not Run in flutter #394

Naimishimaker opened this issue Jul 25, 2024 · 2 comments

Comments

@Naimishimaker
Copy link

C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:10: error: cannot find symbol
import com.razorpay.GenericPluginCallback;

symbol: class GenericPluginCallback
location: package com.razorpay
C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:29: error: cannot find symbol
checkout = new Checkout().upiTurbo(activity);

symbol: method upiTurbo(Activity)
location: class Checkout
C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:40: error: cannot find symbol
checkout.upiTurbo.linkNewUpiAccount(customerMobile, color , new GenericPluginCallback(){

symbol: class GenericPluginCallback
location: class UpiTurbo
C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:41: error: method does not override or implement a method from a supertype

C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:51: error: method does not override or implement a method from a supertype

C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:40: error: cannot find symbol
checkout.upiTurbo.linkNewUpiAccount(customerMobile, color , new GenericPluginCallback(){

symbol: variable upiTurbo
location: variable checkout of type Checkout
C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:73: error: cannot find symbol
checkout.upiTurbo.manageUpiAccounts(customerMobile, color , new GenericPluginCallback(){

symbol: class GenericPluginCallback
location: class UpiTurbo
C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:74: error: method does not override or implement a method from a supertype

C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:78: error: method does not override or implement a method from a supertype

C:\Users\LENOVO\Downloads\razorpay-flutter-master\android\src\main\java\com\razorpay\razorpay_flutter\UpiTurbo.java:73: error: cannot find symbol
checkout.upiTurbo.manageUpiAccounts(customerMobile, color , new GenericPluginCallback(){

symbol: variable upiTurbo
location: variable checkout of type Checkout
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
10 errors

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':razorpay_flutter:compileDebugJavaWithJavac'.
    Compilation failed; see the compiler error output for details.
@akilan997ak
Copy link

please any one reply this above error

@Shiba-Kar
Copy link

Same issue !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants