自己在电脑上用tomcat模拟服务器端,写了一个手机应用,输入地址可以访问服务器端的资源。在android的模拟器上是没问题的,使用我的应用可以访问服务器的资源。但是把应用安装到我的手机上,总是出这样一个错误:12-24 13:36:36.474: E/PhonePolicy(27800): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback而我使用手机上的浏览器,是可以访问到我tomcat服务器的。我在android的api中没有找到“com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback”类,但在resource,源码中找到了。他的文档开始时就说:

 Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.”
我英文不大好,可是应该是需要tomcat的一个许可证。什么情况?怎么解决?