public class UploadService extends IntentService {你
Service是一个内部阶级。如果要将其保留在内部
Activity,请将其更改为static:
public static class UploadService extends IntentService {您可能需要阅读不同类型的嵌套类。google的第一个链接:http
:
//docs.oracle.com/javase/tutorial/java/javaOO/nested.html



