skip to Main Content

Visual Studio Code – error: cannot find symbol when building android app in flutter using pdftron

I am trying to use the dependency https://pub.dev/packages/pdftron_flutter pdf tron to show pdf files in flutter app, when I try to build the android app, I get the error C:UsersUSERAppDataLocalPubCachehostedpub.devpdftron_flutter-1.0.1- 32androidsrcmainjavacompdftronpdftronflutterhelpersPluginUtils.java:987: error: cannot find symbol stringRes != R.string.document_save_error_toast_message; ^ symbol:…

VIEW QUESTION

Execution failed for task ':app:compileDebugKotlin'. Flutter 3.24

Running Gradle task 'assembleDebug'... e: C:/Users/PRINCE/.gradle/caches/transforms-3/20e1315bc8f4a1bdfeb295f8a2d8ce13/transformed/jetified-play-services-measurement-api-22.1.0-api.jar!/META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.9999, expected version is 1.7.1. e: C:/Users/PRINCE/.gradle/caches/transforms-3/539b20f16b7c8d7364edb4409aa18ddb/transformed/jetified-play-services-measurement-impl-22.1.0-api.jar!/META-INF/java.com.google.android.gms.libs.filecompliance.proto_file_access_api_type_kt_proto_lite.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary…

VIEW QUESTION
Back To Top
Search