Android

MissingMethodException: No signature of method

Posted on

When running a Flutter app, I faced this issue Caused by: groovy.lang.MissingMethodException: No signature of method I see above error message is not clear to where exactly issue causing the issue. Issue happening in build.gradle To resolve the issue, you need to remove the lint code. after removing those lines Im able build app. below […]

Android Studio

Gradle error, Could not find method jcenter() for arguments [] on repository container

Posted on

Could not find method jcenter() When i tried to see project dependencies using gradle command in Android Studio Terminal, I get following error,Could not find method jcenter() for arguments [] on repository container. project_path>gradle -q dependencies app FAILURE: Build failed with an exception. Where: Build file ‘projectpathbuild.gradle’ line: 4 What went wrong: A problem occurred […]