cannot find symbol
symbol : class ServiceManagerlocation: package android.os
import android.os.ServiceManager;
^
1 error
解决方法:
删除Android.mk中的LOCAL_SDK_VERSION := current
本文介绍了解决在Android开发过程中遇到的'cannotfindsymbol: class ServiceManager'错误的方法。通过调整项目的Android.mk文件中LOCAL_SDK_VERSION设置,可以有效解决该问题。
cannot find symbol
symbol : class ServiceManager1 error
解决方法:
删除Android.mk中的LOCAL_SDK_VERSION := current
2583

被折叠的 条评论
为什么被折叠?
