创建 Android 动态壁纸时出现错误 - “Wallpaperservice 无法解析类型”
我正在为 Android 开发动态壁纸。
我收到错误“Wallpaperservice 无法解析类型”,所以看来我需要导入一些相同的包。
我导入了包 android.app.Service 包,但 eclipse 显示该包不可用。
那么,我需要手动下载这个包还是其他什么。 请指导。
I am developing live wallpaper for android.
I am getting error "Wallpaperservice cannot be resolved a type", so it seems like I need to import some package for the same.
I imported package android.app.Service package, but eclipse is showing that package is not available.
So, do I need to download this package manually or anything else.
Please guide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要
但也许你的问题是你的构建目标?您需要指定 API 7 (Android 2.1) 或更高版本。
You need
But maybe your problem is your build target? You need to specify API 7 (Android 2.1) or higher.