OmkarSsawant / spotify_client

Other
3 stars 0 forks source link

Failed to run the app #1

Open Loopex2019 opened 4 years ago

Loopex2019 commented 4 years ago

Hi it is the first time to use this package but whenever i start running the app it shows me this error : `Launching lib\main.dart on SM J701F in debug mode...

FAILURE: Build failed with an exception.

BUILD FAILED in 1m 23s Gradle task assembleDebug failed with exit code 1 Exited (sigterm)`

I registered the app and added all the requirements plus adding the two files in the project android directory . Here is my flutter doctor : `Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.12.13+hotfix.9, on Microsoft Windows [Version 10.0.18363.778], locale en-US)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.0-rc1) [√] Android Studio (version 3.3) [√] VS Code (version 1.44.2) [√] Connected device (1 available)

• No issues found!`

OmkarSsawant commented 4 years ago

You can easily solve this issue by importing the downloaded .arr as modules as described in this latest documentation .

                 Thank You !
Loopex2019 commented 4 years ago

Is there a way to do this through VS Code

OmkarSsawant commented 4 years ago

You just just need to use android studio to import that modules . After that,You can continue developing in vscode as usual.

OmkarSsawant commented 4 years ago

Hello , Guys can i know if the doc has solved your issue .

OmkarSsawant commented 4 years ago

Is there a way to do this through VS Code

Now in latest version 2.0.0 you can directly do import this plugin from vscode in just 2 small steps. And All previous issues are resolved

irfan-429 commented 3 years ago

Hi, I followed the doc but I'm getting this error for spotify_app_remote

Here is the structure of my files.