apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps
MIT License
415 stars 190 forks source link

Map view error in flutter & Dart #152

Open jitheshkramesh opened 5 years ago

jitheshkramesh commented 5 years ago

Configure project :app WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace. WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variantOutput.getProcessResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.


WARNING: This version of image_picker will break your Android build if it or its dependencies aren't compatible with AndroidX. See https://goo.gl/CP92wY for more information on the problem and how to fix it. This warning prints for all Android build failures. The real root cause of the error may be unrelated.


FAILURE: Build failed with an exception.

BUILD FAILED in 3s Command: G:\Work File\FlutterApp\ecomm_app\android\gradlew.bat app:properties

Please review your Gradle project setup in the android/ folder.

kyungjoongo commented 5 years ago

same issue