on running flutter doctor i get the below dependency lacking :
Android toolchain - develop for Android devices (Android SDK 28.0.3)
Could not determine java version
Android Studio (not installed)
But i have already installed both and developing apps on Android Studio.Then why flutter is not able to find these two?
It is complaining for the jre version as well.But internally Android Studio uses the jre which is already installed with it.
I am implementing fingerprint support to protect sensitive areas of my app and access to some web APIs (using a signature)I am initializing the key generator like this:
We have an Android project which requires a certain Gradle Plugin Task to run before we build the APK(The plugin is written by us)
There is pretty much no error logs but it can't actually send anything over mesh network on udpSeems to receive without any issues but on send it doesn't go
I have an Android library (called api) gradle module as part of a larger projectI just migrated the whole project to AndroidX