kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
http://kaaes.github.io/spotify-web-api-android
MIT License
379 stars 139 forks source link

java.io.FileNotFoundException: /jacoco.exec #123

Open Dustinhoefer opened 8 years ago

Dustinhoefer commented 8 years ago

Hello again =)

I am getting this error:

java.io.FileNotFoundException: /jacoco.exec: open failed: EROFS (Read-only file system)

Any idea where this is coming from? Thrown in this line: spotifyApi = new SpotifyApi();

Thanks for the help, great wrapper so far!

Dustin

divyathakur912 commented 8 years ago

I'm getting the same error. Have you found any solution to it? Please let me know the procedure to use the library as I think I'm missing something to add.