kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints

Home Page:http://kaaes.github.io/spotify-web-api-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.io.FileNotFoundException: /jacoco.exec

Dustinhoefer opened this issue · comments

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

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.