You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I use in-app-payment-flutter dependency in my project and worked.
but after update compileSdkVersion to 34 can not build and show error.
please help me.
Error:
C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\CardEntryModule.java:41: error: cannot find symbol
import sqip.flutter.R;
^
symbol: class R
location: package sqip.flutter
C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\ErrorHandlerUtils.java:20: error: cannot find symbol
import sqip.flutter.R;
^
symbol: class R
location: package sqip.flutter
C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\CardEntryModule.java:281: error: package R does not exist
theme.applyStyle(R.style.sqip_Theme_CardEntry, true);
^
C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\ErrorHandlerUtils.java:26: error: package R does not exist
return String.format(String.valueOf(R.string.sqip_flutter_developer_error_message), pluginErrorCode);
^
Note: C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\GooglePayModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Alipour\AppData\Local\Pub\Cache\hosted\pub.dev\square_in_app_payments-1.7.8\android\src\main\java\sqip\flutter\internal\CardEntryModule.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':square_in_app_payments:compileReleaseJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Try:
Run with --info option to get more log output.
Run with --scan to get full insights.
The text was updated successfully, but these errors were encountered:
Hi I use in-app-payment-flutter dependency in my project and worked.
but after update compileSdkVersion to 34 can not build and show error.
please help me.
Error:
The text was updated successfully, but these errors were encountered: