HackPlan / AndroidCharts

An easy-to-use Android charts library with animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile Errors

darland6 opened this issue · comments

I cloned in today and compiled the AndoirdCharts:AndroidCharts project, The LineView class wouldn't compile it looks like there are issues with the R file and missing variable measurespec. I removed that class and everything else works fine. Nice lib!

The error was introduced in commit bfa12a by @jiangecho. Here is the error output:

AndroidCharts/src/main/java/com/dacer/androidcharts/LineView.java:450: 
        error: cannot find symbol
        mViewHeight = MeasureSpec.getSize(measureSpec);
                                          ^
  symbol:   variable measureSpec
  location: class LineView

fixed :)