作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我在构建 android 源代码时遇到以下错误,我在其中添加了使用 android.os.ServiceManager 的自定义应用程序。
cannot find symbol
symbol : class ServiceManager
location: package android.os
import android.os.ServiceManager;
为什么我会遇到这个错误,实际上这个导入可以在 android 源的许多其他应用中找到。
我正在构建 android 源代码,如 http://source.android.com/source/building.html并且还关注了这篇文章 The import android.os.ServiceManager cannot be resolved答案。
有关更多信息,我正在 [android root]/packages/app/目录中构建
谁能帮我解决这个问题?
最佳答案
已解决 :) 必须从 Android.mk
文件中删除 LOCAL_SDK_VERSION := current
关于构建时未找到 android.os.ServiceManager,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13564281/
在我们的数据库表上,我们使用两个唯一的非聚集索引来创建跨四个字段的唯一约束。我们使用两个,因为其中一个字段 ZipCode 是一个可为空的字段。如果表中存在一条包含 ZipCode 的 null 条目
我刚刚开始学习 Rails 3 教程,以便对框架有一点熟悉,但我在生成 schema.rb 时遇到了问题。我的操作系统是 Windows 7 x64、Ruby 1.9.2、MySQL2 gem 0.2
我是一名优秀的程序员,十分优秀!