Not sure if this goes in here or the Android forums but here goes.
I wanted to implement a chart view in my Android app and used [url =
http://www.jjoe64.com/p/graphview-library.html]GraphView[/url] for this. I wanted to
test its update and redraw features so for this test I called the appendData() class. Problem, when I try to run it, I get this error with that method.
I researched the problem and it seems to be that the copyOf method is in JDK 1.6, while the compliance level of my Android project is 1.5, no problem, I changed the compliance level, refreshed and cleaned the project but I still get the error. I poked around the preferences further but cannot see what my problem is. Can anyone give me some guidance on what to do here? I'm using JRE7 as the JRE and the JAVA_HOME variable is set to JDK 1.7.0.