Skip to content

Instantly share code, notes, and snippets.

@tophyr
Created February 1, 2013 17:55
Show Gist options
  • Save tophyr/4692903 to your computer and use it in GitHub Desktop.
Save tophyr/4692903 to your computer and use it in GitHub Desktop.
-compile:
[javac] Compiling 287 source files to /opt/jenkins/workspace/Ink_Android/Ink/bin/classes
[javac] /opt/jenkins/workspace/Ink_Android/Ink/src/com/tophyr/PurchaseEnvelopesFragment.java:34: cannot find symbol
[javac] symbol : class IPurchaseEnvelopesContainer
[javac] location: class com.tophyr.PurchaseEnvelopesFragment
[javac] public interface IPurchaseCredits extends IPurchaseEnvelopesContainer {
[javac] ^
import com.tophyr.ManageAccountFragment.IPurchaseEnvelopesContainer;
public class PurchaseEnvelopesFragment extends DialogFragment implements OnClickListener {
public interface IPurchaseCredits extends IPurchaseEnvelopesContainer {
public void creditsPurchased(Parcelable lPunk);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment