Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing symbol 'Getter.getView(int) #2

Open
simondrabble opened this issue Mar 29, 2013 · 0 comments
Open

Missing symbol 'Getter.getView(int) #2

simondrabble opened this issue Mar 29, 2013 · 0 comments

Comments

@simondrabble
Copy link

-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant