The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | |
| 2 | ****************************** |
| 3 | You have tried to change the API from what has been previously approved. |
| 4 | |
| 5 | To make these errors go away, you have two choices: |
| 6 | 1) You can add "@hide" javadoc comments to the methods, etc. listed in the |
| 7 | errors above. |
| 8 | |
Mike Lockwood | 051672b | 2009-05-21 09:26:12 -0400 | [diff] [blame^] | 9 | 2) You can update current.xml by executing the following command: |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 10 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 11 | make update-api |
| 12 | |
Mike Lockwood | 051672b | 2009-05-21 09:26:12 -0400 | [diff] [blame^] | 13 | To check in the revised current.xml, you will need approval from the android API council. |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 14 | ****************************** |
| 15 | |
| 16 | |
| 17 | |