nixrajput / social-media-app-flutter

Rippl is a social media application developed using Flutter and managed with the GetX state management tool. It vows to revolutionize your social engagements by offering a smooth and immersive experience.
https://github.com/nixrajput/social-media-app-flutter/releases
GNU General Public License v3.0
112 stars 36 forks source link

[Bug]: #26

Open Ramsay99 opened 7 months ago

Ramsay99 commented 7 months ago

Contact Details

No response

What happened?

After following the installation process, i get an error when i try to run it

here is flutter --version:

Flutter 3.19.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 54e66469a9 (2 weeks ago) • 2024-04-17 13:08:03 -0700
Engine • revision c4cd48e186
Tools • Dart 3.3.4 • DevTools 2.31.1

and my flutter doctor is good image

Version

1

What devices are you seeing the problem on?

Android

OS

Android 14

Relevant log output

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Running Gradle task 'assembleDebug'...
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\Drago\StudioProjects\social-media-app-flutter\android\app\build.gradle' line: 30

* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
   > Could not create plugin of type 'AppPlugin'.
      > Could not generate a decorated class for type AppPlugin.
         > com/android/build/api/component/Component

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
Error: Gradle task assembleDebug failed with exit code 1

Code of Conduct