Code Monkey home page Code Monkey logo

Comments (14)

ryanheise avatar ryanheise commented on May 30, 2024

Does this also happen in the demo example or only in your app?

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

I can't build the demo example for some reason. Gradle crashes. So I can't check.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

Could you maybe upload the APK?

from audio_service.

ryanheise avatar ryanheise commented on May 30, 2024

I think I've seen this Gradle issue before which only affected the "example" subdirectories of flutter projects, and there seem to be other Flutter developers online who have also experienced the problem. I can't remember the exact solution but I'm sure it had to do with deleting some cached directories or files. Doing a flutter clean is a start, but after that if you still see some build artifacts around, delete them.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

I'm stuck. I tried deleting all the build caches and intermediates and Gradle's still crashing. I can't find the answer online either.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

I'll try copying the example out of the plugin directory and adding the plugin manually.
EDIT: It still crashes.

from audio_service.

ryanheise avatar ryanheise commented on May 30, 2024

On my system, there is a directory called example/android/.gradle which is not deleted when you run flutter clean. It looks like this:

example/android/.gradle
├── 4.4
│   ├── fileChanges
│   │   └── last-build.bin
│   ├── fileContent
│   │   └── fileContent.lock
│   ├── fileHashes
│   │   ├── fileHashes.bin
│   │   ├── fileHashes.lock
│   │   └── resourceHashesCache.bin
│   ├── javaCompile
│   │   ├── classAnalysis.bin
│   │   ├── jarAnalysis.bin
│   │   ├── javaCompile.lock
│   │   ├── taskHistory.bin
│   │   └── taskJars.bin
│   └── taskHistory
│       ├── taskHistory.bin
│       └── taskHistory.lock
└── buildOutputCleanup
    ├── buildOutputCleanup.lock
    ├── cache.properties
    └── outputFiles.bin

Do you have something similar? If so, try deleting it.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

I tried it, it doesn't help.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

Oh! Gradle's using JDK 11. I need to run it with 8 or something.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

Yep, it's working now. I'll check if the issue happens in the demo app.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

Hmm, it's fine in the demo. I need to do some debugging.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

This is really weird...
After restarting the service, all transport controls seem to be broken except stop. When I press stop, the service notification goes away but the audio keeps playing.
In my stop callback, I stop the audio and complete the future, one line after the other. So why would the audio keep playing? I actually suspect the issue is with the audio player plug-in now. I'll close this when I'm sure.

from audio_service.

hacker1024 avatar hacker1024 commented on May 30, 2024

The problem is with the audio player plugin.

from audio_service.

github-actions avatar github-actions commented on May 30, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with audio_service.

from audio_service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.