-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Build Error #32
Comments
i have the same error |
Yes, I found same error, Please use 'device_info_plus' dependency and remove ' platform_device_id: ^1.0.1' Use device_info_plus plugin developed by the Flutter community. This is how you can get IDs on both platforms. In your pubspec.yaml file add this: Create a method: Future<String?> _getId() async { |
use this gradle version is ok |
thank you . it works for me . |
Android Gradle Error due to the latest version used in the project. Package contains lower grade and kotlin version that is not supported to build with latest Gradle version.
The text was updated successfully, but these errors were encountered: