qreate/spotify-playback-flutter

Could not resolve all files for configuration ':app:debugRuntimeClasspath'

d-wolf opened this issue · 1 comments

Error

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find :spotify-app-remote-release-0.6.1:.
  Searched in the following locations: file:/Users/danielwolf/Documents/GitHub/von_kreuzberg_zip_app_ios_droid/android/app/libs/spotify-app-remote-release-0.6.1.aar
  Required by:
      project :app > project :spotify_playback

To Reproduce
Steps to reproduce the behavior:

  1. add spotify_playback: ^0.0.8 to pubspec.yaml
  2. import import 'package:spotify_playback/spotify_playback.dart';
  3. build the project
  4. See build error output

Expected behavior
Successful build.

Info

[✓] Flutter (Channel unknown, v1.7.8+hotfix.4, on Mac OS X 10.14.6 18G84, locale en-DE)
    • Flutter version 1.7.8+hotfix.4 at /Users/danielwolf/Documents/GitHub/flutter
    • Framework revision 20e59316b8 (11 days ago), 2019-07-18 20:04:33 -0700
    • Engine revision fee001c93f
    • Dart version 2.4.0

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /Users/danielwolf/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 10.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.3, Build version 10G8
    • CocoaPods version 1.7.5

[✓] iOS tools - develop for iOS devices
    • ios-deploy 1.9.4

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 3.4)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 37.1.1
    • Dart plugin version 183.6270
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)

[✓] VS Code (version 1.36.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.2.0

[✓] Connected device (3 available)
    • Nokia 7 1 • CTLGAP1890501902 • android-arm64  • Android 9 (API 28)
    • macOS     • macOS            • darwin-x64     • Mac OS X 10.14.6 18G84
    • web       • web              • web-javascript • Google Chrome 75.0.3770.142 


• No issues found!

you're probably missing the Spotify SDK in this location: file:/Users/danielwolf/Documents/GitHub/von_kreuzberg_zip_app_ios_droid/android/app/libs/

Please read the setup.

@d-wolf feel free to reopen if that's not he case.