Advertisement
Guest User

Checking API error

a guest
Jan 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.60 KB | None | 0 0
  1. Checking API: checkapi-current
  2. ( /home/ne/zDU/zDU/out/host/linux-x86/bin/apicheck -JXmx1024m -J"classpath /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar:/home/ne/zDU/zDU/out/host/linux-x86/framework/doclava.jar:/home/ne/zDU/zDU/out/host/linux-x86/framework/jsilver.jar"  -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 -error 16 -error 17 -error 18 -error 19 -error 20 -error 21 -error 23 -error 24 -error 25 -error 26 -error 27  frameworks/base/api/current.txt  /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt  frameworks/base/api/removed.txt  /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/removed.txt || (  sed -e 's/%UPDATE_API%/update-api/g' build/core/apicheck_msg_current.txt ; exit 38 ) )
  3. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:1692: error 17: Field android.R.id.monitor_box has changed value from 16908334 to 16908337
  4. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:1698: error 17: Field android.R.id.seek_bar has changed value from 16908335 to 16908338
  5. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:10285: error 5: Added public field android.gesture.GestureOverlayView.mClearPerformedGesture
  6. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:15824: error 5: Added public field android.media.audiofx.AudioEffect.EFFECT_TYPE_STEREOWIDE
  7. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:15863: error 4: Added public method android.media.audiofx.BassBoost.getCenterFrequency
  8. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:15867: error 4: Added public method android.media.audiofx.BassBoost.setCenterFrequency
  9. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:15871: error 5: Added public field android.media.audiofx.BassBoost.PARAM_CENTER_FREQUENCY
  10. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:16021: error 3: Added class StereoWide to package android.media.audiofx
  11. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:16033: error 3: Added class StereoWide.OnParameterChangeListener to package android.media.audiofx
  12. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:16037: error 3: Added class StereoWide.Settings to package android.media.audiofx
  13. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:22771: error 3: Added class SlimSeekBarPreference to package android.preference
  14. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:25255: error 5: Added public field android.provider.Settings.Global.SHOW_CPU
  15. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:25450: error 5: Added public field android.provider.Settings.System.STATUS_BAR_SHOW_WEATHER
  16. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:28411: error 4: Added public method android.telephony.SignalStrength.needsOldRilFeature
  17. /home/ne/zDU/zDU/out/target/common/obj/PACKAGING/public_api.txt:35454: error 4: Added public method android.view.inputmethod.EditorInfo.formalTextInput
  18.  
  19. ******************************
  20. You have tried to change the API from what has been previously approved.
  21.  
  22. To make these errors go away, you have two choices:
  23.    1) You can add "@hide" javadoc comments to the methods, etc. listed in the
  24.       errors above.
  25.  
  26.    2) You can update current.txt by executing the following command:
  27.          make update-api
  28.  
  29.       To submit the revised current.txt to the main Android repository,
  30.       you will need approval.
  31. ******************************
  32.  
  33.  
  34.  
  35. make: *** [/home/ne/zDU/zDU/out/target/common/obj/PACKAGING/checkapi-current-timestamp] Error 38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement