안드로이드 개발자 모임 게시판
(글 수 7,991)
개발자 Dashboard 의 Crash report 페이지를 보다가 아래 부분에 다음과 같은 부분이 있는걸 확인했네요.
현재 SDK Tools 는 r7까지 나와있는데 여기에서 retrace이 r8에 들어있다고 하네요.
For applications that include obfuscated code, stack traces contain obfuscated symbol names. If the application was obfuscated using ProGuard, you can unobfuscate the stack trace using the "retrace" tool, included in the Android SDK Tools r8 and later. For more information, see the ProGuard document.
아무래도 곧 진저브레드가 나올란가 봅니다.
2010.12.06 13:55:12
그건 API 레벨이지요.. ^^ SDK Tools revision 확인해보세요~
SDK Tools, Revision 7 (September 2010)
SDK Tools, Revision 6 (May 2010)
SDK Tools, Revision 5 (March 2010)
SDK Tools, Revision 4 (December 2009)
SDK Tools, Revision 3 (October 2009)

- Dependencies:
If you are developing in Eclipse with ADT, note that SDK Tools r7 is designed for use with ADT 0.9.8 and later. After installing SDK Tools r7, we highly recommend updating your ADT Plugin to 0.9.8.
- General notes:
- Added support for library projects that depend on other library projects.
- Adds support for aidl files in library projects.
- Adds support for extension targets in Ant build to perform tasks between the normal tasks:
-pre-build
,-pre-compile
, and-post-compile
. - Adds support for "headless" SDK update. See
android -h update sdk
for more information. - Fixes location control in DDMS to work in any locale not using '.' as a decimal point.




Android 2.2 Platform
In this document
Reference
See Also
API Level: 8