Skip to content

Instantly share code, notes, and snippets.

@wuyongzheng
Created April 1, 2014 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuyongzheng/9909031 to your computer and use it in GitHub Desktop.
Save wuyongzheng/9909031 to your computer and use it in GitHub Desktop.
compile error
out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/PKG/FOO.java:14: cannot find symbol
symbol : constructor BAR(int,android.os.Parcel)
location: class PKG.BAR
public FOO() { super(0,(android.os.Parcel)null); throw new RuntimeException("Stub!"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment