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
.pub-cache/hosted/pub.dev/amplitude_flutter-4.0.0-beta.4/android/src/main/kotlin/com/amplitude/amplitude_flutter/FlutterLibraryPlugin.kt:15:31 Unresolved reference 'library_' when trying to run the app on an Android device/emulator.
Possible Solution
Use ${library}_${event.library} instead of $library_${event.library} at
Expected Behavior
Project compiles without errors.
Current Behavior
.pub-cache/hosted/pub.dev/amplitude_flutter-4.0.0-beta.4/android/src/main/kotlin/com/amplitude/amplitude_flutter/FlutterLibraryPlugin.kt:15:31 Unresolved reference 'library_' when trying to run the app on an Android device/emulator.
Possible Solution
Use
${library}_${event.library}
instead of$library_${event.library}
atAmplitude-Flutter/android/src/main/kotlin/com/amplitude/amplitude_flutter/FlutterLibraryPlugin.kt
Line 15 in b9b7c5d
Steps to Reproduce
Environment
Am I missing something?
The text was updated successfully, but these errors were encountered: