文章列表
Intent intent=new Intent(ServiceTestActivity.this, TestIntentSerivice.class);
intent.putExtra("message", "sxx");
startService(intent);
报如下的错:
E/AndroidRuntime(14434): java.lang.RuntimeException: Unable to instantiate service com.signway.service.TestIntentSerivice: java.lang ...