Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project android: Compilation failure: Compilation failure:
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[19,29] package android.support.v4.app does not exist
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[33,50] cannot find symbol
- [ERROR] symbol: class ListFragment
- [ERROR] public abstract class RefreshableFragment extends ListFragment implements Refreshable {
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[39,8] cannot find symbol
- [ERROR] symbol : variable super
- [ERROR] location: class co.bitcode.android.app.RefreshableFragment
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[37,4] method does not override or implement a method from a supertype
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[55,19] cannot find symbol
- [ERROR] symbol : variable super
- [ERROR] location: class co.bitcode.android.app.RefreshableFragment
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[47,4] method does not override or implement a method from a supertype
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[64,8] cannot find symbol
- [ERROR] symbol : variable super
- [ERROR] location: class co.bitcode.android.app.RefreshableFragment
- [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[62,4] method does not override or implement a method from a supertype
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement