반응형
링크 : http://hsnote.tistory.com/129
java api를 추가하거나 수정한 경우 그냥 make를 하게 되면 아래와 같은 Error Message가 나오게 된다.
You have tried to change the API from what has been previously approved.
To make these errors go away, you have two choices:
1) You can add "@hide" javadoc comments to the methods, etc. listed in the
errors above.
2) You can update current.xml by executing the following commands:
p4 edit config/api/current.xml
make update-api
To check in the revised current.xml, you will need OWNERS approval.
이럴때는 아래와 같이 한다.
$make update-api
$make
반응형
'안드로이드' 카테고리의 다른 글
XML 사용자 속성 정의 및 사용하기 (2) | 2011.03.17 |
---|---|
안드로이드 커널 소스에는 있지만 안드로이드 SDK 에서 미제공 되는 함수의 원인 (0) | 2011.03.17 |
Android's StateListDrawable and RadioButton Example (2) | 2011.03.16 |
[지하철정보 만들기] 일정수립 및 개발범위 설정 (2) | 2011.03.13 |
커스텀 속성 - Passing custom attributes via XML resource files (0) | 2011.03.10 |
Android 의 Media Player 고찰 (0) | 2011.03.02 |
[안드로이드] 전체화면(FullScreen)으로 보기 (0) | 2011.02.11 |
나만의 Seekbar 만들기 (2) | 2011.02.11 |
[안드로이드] Supporting Multiple Screens (0) | 2011.01.29 |
안드로이드 Context 에 관하여 (0) | 2011.01.27 |