atermenji/robotium-actionbarsherlock

Missing symbol 'Getter.getView(int)

Opened this issue · 0 comments

-compile:
    [javac] Compiling 30 source files to /Users/simon/lib/robotium/robotium-solo/bin/classes
    [javac] /Users/simon/lib/robotium/robotium-solo/src/main/java/com/jayway/android/robotium/solo/SoloCompatibilityAbs.java:35: cannot find symbol
    [javac] symbol  : method getView(int)
    [javac] location: class com.jayway.android.robotium.solo.Getter
    [javac]             LinearLayout linearLayout = (LinearLayout) getter.getView(resourceId);
    [javac]                                                              ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

This is the latest version of both robotium-actionbarsherlock and robotium as of the date of this ticket.