摘要:
1. 在工程中导入ITelephony.aidl文件/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); ... 阅读全文
摘要:
发送get或post请求时,抛出如下异常:java.lang.IllegalStateException: Cannot forward after response has been committed异常说明response被委派了两次。解决办法:将doGet方法中继承超类的方法屏蔽。重载父类的... 阅读全文