image
Can't use Java 18.0.2.1 and Gradle 7.4 to import Gradle project android.
this is new project,import package has no problem.
My other project is like this:
what happend?help me.
as Eugene said delete .dart_tool and restart IDE
I tried using the simple_permissions plugin and then I got an error to migrate to androidX even though I had migrated to androidX and after I deleted android.Jetifier at gradle.property I didn't get any more errors and the plugin was successfully used. Why did it happen? Will my project get a problem in the future? Thanks!
Make sure that all your packages in the pubspec.yaml are of the latest version. Then open the android project of your flutter app with android studio, select Refactor->Migrate to Androidx. Wait until android studio finishes migrating your project, rebuild your project. Hope it helps!
I am a beginner of Android Studio.
When I import project, the IDE shows the following error.
"Plugin with id 'com.android.model.application' not found" from build.gradle.
Thanks in advance for any advice for the issue.
Below is the build.gradle link:
https://github.com/joaopedronardari/OpenCV-AndroidSamples/blob/master/app/build.gradle
I'm trying to import a project from GitHub to Eclipse. I have Nodeeclipse and Gradle installed. I already have Gradle 2.4 package installed but when I begin to import it, Eclipse starts to download Gradle 2.1 and fails.
How can I make it recognize and use Gradle 2.4?