Advertisement
Guest User

Untitled

a guest
Mar 25th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.89 KB | None | 0 0
  1. Information:Using javac 1.7.0_45 to compile java sources
  2. Information:java: Errors occurred while compiling module 'actionbarsherlock'
  3. Information:Compilation completed with 13 errors and 0 warnings in 4 sec
  4. Information:13 errors
  5. Information:0 warnings
  6.  
  7. G:\Documents\IntelliJ IDEA\ActionBarSherlock Library\ABS\actionbarsherlock\src\com\actionbarsherlock\app\ActionBar.java
  8.  
  9.     Error:Error:line (594)java: getTabAt(int) in com.actionbarsherlock.app.ActionBar cannot override getTabAt(int) in android.app.ActionBar
  10.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  11.    
  12. Error:Error:line (586)java: getSelectedTab() in com.actionbarsherlock.app.ActionBar cannot override getSelectedTab() in android.app.ActionBar
  13.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  14.    
  15. Error:Error:line (512)java: newTab() in com.actionbarsherlock.app.ActionBar cannot override newTab() in android.app.ActionBar
  16.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  17.  
  18. G:\Documents\IntelliJ IDEA\ActionBarSherlock Library\ABS\actionbarsherlock\src\com\actionbarsherlock\internal\app\ActionBarImpl.java
  19.    
  20.     Error:Error:line (66)java: com.actionbarsherlock.internal.app.ActionBarImpl is not abstract and does not override abstract method               removeOnMenuVisibilityListener(android.app.ActionBar.OnMenuVisibilityListener) in android.app.ActionBar
  21.    
  22.     Error:Error:line (1,007)java: getTabAt(int) in com.actionbarsherlock.internal.app.ActionBarImpl cannot override getTabAt(int) in    android.app.ActionBar
  23.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  24.  
  25.     Error:Error:line (541)java: getSelectedTab() in com.actionbarsherlock.internal.app.ActionBarImpl cannot override getSelectedTab() in android.app.ActionBar
  26.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  27.  
  28.     Error:Error:line (472)java: newTab() in com.actionbarsherlock.internal.app.ActionBarImpl cannot override newTab() in android.app.ActionBar
  29.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  30.  
  31.     Error:Error:line (339)java: reference to selectTab is ambiguous, both method selectTab(android.app.ActionBar.Tab) in android.app.ActionBar and method selectTab(com.actionbarsherlock.app.ActionBar.Tab) in com.actionbarsherlock.internal.app.ActionBarImpl match
  32.  
  33.     Error:Error:line (988)java: reference to selectTab is ambiguous, both method selectTab(android.app.ActionBar.Tab) in android.app.ActionBar and method selectTab(com.actionbarsherlock.app.ActionBar.Tab) in com.actionbarsherlock.internal.app.ActionBarImpl match
  34.  
  35. G:\Documents\IntelliJ IDEA\ActionBarSherlock Library\ABS\actionbarsherlock\src\com\actionbarsherlock\internal\app\ActionBarWrapper.java
  36.  
  37.     Error:Error:line (16)java: com.actionbarsherlock.internal.app.ActionBarWrapper is not abstract and does not override abstract method
  38. removeOnMenuVisibilityListener(android.app.ActionBar.OnMenuVisibilityListener) in android.app.ActionBar
  39.  
  40.     Error:Error:line (434)java: getTabAt(int) in com.actionbarsherlock.internal.app.ActionBarWrapper cannot override getTabAt(int) in android.app.ActionBar
  41.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  42.  
  43.     Error:Error:line (428)java: getSelectedTab() in com.actionbarsherlock.internal.app.ActionBarWrapper cannot override getSelectedTab() in android.app.ActionBar
  44.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
  45.  
  46.     Error:Error:line (383)java: newTab() in com.actionbarsherlock.internal.app.ActionBarWrapper cannot override newTab() in android.app.ActionBar
  47.   return type com.actionbarsherlock.app.ActionBar.Tab is not compatible with android.app.ActionBar.Tab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement