Android SDK 中的 BoundaryPatch
我已经从以下位置下载了浏览器应用程序源代码 git://android.git.kernel.org/platform/packages/apps/Browser.git
并尝试使用 eclipse ADT 编译它。我收到一个错误,没有: android.graphics.utils.BoundaryPatch
我尝试使用不同的分支 froyo、姜饼。但他们都有这个 BoundaryPatch。我应该以某种方式修补 android SDK 吗?
I have downloaded Browser application source from
git://android.git.kernel.org/platform/packages/apps/Browser.git
And trying to compile it with eclipse ADT. I got an error that there is no:
android.graphics.utils.BoundaryPatch
I tried to use different branches froyo, gingerbread. But all they have this BoundaryPatch. Should I somehow patch android SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法使用 Android SDK 构建浏览器。您只能将浏览器构建为完整固件构建的一部分。
You cannot build the Browser with the Android SDK. You can only build the Browser as part of a full firmware build.