0
Next. I’m trying to import Graphviewdata in the project, but Android doesn’t recognize it. This occurs even though I have imported the entire Graphview library and it is working (with.jjoe64.GraphView.Graphview) Does anyone know how to fix this?!
0
Next. I’m trying to import Graphviewdata in the project, but Android doesn’t recognize it. This occurs even though I have imported the entire Graphview library and it is working (with.jjoe64.GraphView.Graphview) Does anyone know how to fix this?!
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
Ana, did you add the Compile directive for the API to your build.Radle? Or import the . jar?
– Carlos Bridi
added the following line in the build.Radle: Compile 'com.jjoe64:graphview:4.2.1'. I did not import the . jar
– Ana Waldila
As soon as you added it, did you make sure to add a Compile to the file? The IDE asked if you wanted to build?
– Carlos Bridi
yes yes. I compiled and synchronized what I had to do there
– Ana Waldila