编译android 时候,出现错误,如下
packages/apps/AutoTest/src/com/spreadway/autotest/VersionConfirm.java:29: 找不到符号
符号: 类 Phone
                intent.setClass(VersionConfirm.this, Phone.class);
                                                     ^
packages/apps/AutoTest/src/com/spreadway/autotest/VersionConfirm.java:43: 找不到符号
符号: 类 Phone
                intent.setClass(VersionConfirm.this, Phone.class);
                                                     ^
注意:某些输入文件使用或覆盖了已过时的 API。
注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。
2 错误
make[1]: *** [out/target/common/obj/APPS/AutoTest_intermediates/classes-full-debug.jar] 错误 41
make[1]:正在离开目录 `/opt/scratchbox/packages/android_eRD3.1/src'
make: *** [compile] 错误 2