Skip to content

Instantly share code, notes, and snippets.

@lazzarello
Created November 6, 2012 19:54
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 lazzarello/4027073 to your computer and use it in GitHub Desktop.
Save lazzarello/4027073 to your computer and use it in GitHub Desktop.
csipsimple build error
-compile:
[javac] Compiling 247 source files to /home/twelvetone/src/CSipSimple/bin/classes
[javac] /home/twelvetone/src/CSipSimple/src/com/csipsimple/utils/CustomDistribution.java:73: package R does not exist
[javac] R.drawable.ic_wizard_ostn, 10,
[javac] ^
[javac] /home/twelvetone/src/CSipSimple/src/com/csipsimple/utils/CustomDistribution.java:74: cannot find symbol
[javac] symbol : class Locale
[javac] location: class com.csipsimple.utils.CustomDistribution
[javac] new Locale[]{ }, true, false,
[javac] ^
[javac] /home/twelvetone/src/CSipSimple/src/com/csipsimple/utils/CustomDistribution.java:75: cannot find symbol
[javac] symbol : class OSTN
[javac] location: class com.csipsimple.utils.CustomDistribution
[javac] OSTN.class);
[javac] ^
[javac] Note: /home/twelvetone/src/CSipSimple/src/com/csipsimple/utils/contacts/ContactsUtils3.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment