Closed sahilXperge closed 2 years ago
There is no sdk issue it work perfectly after adding def appcompat_version = "1.5.1" implementation "androidx.appcompat:appcompat:$appcompat_version"
There is no sdk issue it work perfectly after adding def appcompat_version = "1.5.1" implementation "androidx.appcompat:appcompat:$appcompat_version"
I'm also integrating the SDK to a Flutter project and was facing the same issue, cannot believe adding the appcompat
implementation would fix it. Thanks @sahilXperge!
I implemented smart car sdk in android flutter. When I call native method it work perfectly till select vehicle and enter email. But, when I click on submit in browser it will close all running applications in background.
Flutter doctor
build.gradle(app)
AndroidManifest.xml
MainActivity.kt
Logs
Click to see logs