av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術文章
文章詳情頁

java - Android Studio 中的Service問題

瀏覽:77日期:2024-02-23 11:13:33

問題描述

新手,在學習Service一開始就碰到了問題是根據教程做的,在開啟服務時閃退MyService.java

package com.example.administrator.myhhhhh;

import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;

public class MyService extends Service {

public MyService() {}@Overridepublic void onCreate() { Log.i('LOG','onCreat'); super.onCreate();}@Overridepublic IBinder onBind(Intent intent) { // TODO: Return the communication channel to the service. throw new UnsupportedOperationException('Not yet implemented');}

}

MainActivity.java

package com.example.administrator.myhhhhh;

import android.content.Intent;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widget.Button;

public class MainActivity extends AppCompatActivity implements View.OnClickListener{

private Button start,stop;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button start=(Button)findViewById(R.id.button); Button stop=(Button)findViewById(R.id.button2); start.setOnClickListener(this); stop.setOnClickListener(this);}@Overridepublic void onClick(View v) { Intent intent=new Intent('MyService'); switch (v.getId()){case R.id.button: startService(intent); break;case R.id.button2: stopService(intent); break; }}

}

Manifest.xml<?xml version='1.0' encoding='utf-8'?><manifest xmlns:android='http://schemas.android.com/apk/res/android'

package='com.example.administrator.myhhhhh'><application android:allowBackup='true' android:icon='@mipmap/ic_launcher' android:label='@string/app_name' android:roundIcon='@mipmap/ic_launcher_round' android:supportsRtl='true' android:theme='@style/AppTheme'> <activity android:name='.MainActivity'><intent-filter> <action android:name='android.intent.action.MAIN' /> <category android:name='android.intent.category.LAUNCHER' /></intent-filter> </activity> <serviceandroid:name='.MyService'><intent-filter> <action android:name='MyService'/></intent-filter> </service></application>

</manifest>

Logcat 錯誤提示:05-04 21:28:44.377 21214-21214/com.example.administrator.myhhhhh E/AndroidRuntime: FATAL EXCEPTION: main

Process: com.example.administrator.myhhhhh, PID: 21214 java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=MyService } at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:1851) at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1880) at android.app.ContextImpl.startService(ContextImpl.java:1864) at android.content.ContextWrapper.startService(ContextWrapper.java:516) at com.example.administrator.myhhhhh.MainActivity.onClick(MainActivity.java:26) at android.view.View.performClick(View.java:4918) at android.view.View$PerformClick.run(View.java:20399) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:194) at android.app.ActivityThread.main(ActivityThread.java:5871) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1119) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:885)

05-04 21:28:44.434 21214-21214/com.example.administrator.myhhhhh I/Process: Sending signal. PID: 21214 SIG: 9

問題解答

回答1:

Intent intent=new Intent('MyService');什么鬼?這個不管什么版本的android系統都無法調起來的,service啟動的方式分文兩種,顯示調用和隱式調用:

1)顯示啟動:

Intent intent=new Intent(MainActivity.this,MyService.class);

通過class調起service,

2)隱式啟動:

Intent intent=new Intent('com.example.administrator.myhhhhh.MyService');

里面是service類的絕對路徑(帶有包名部分),需要注意的是隱式啟動在android最新版本(5.0以上)已經被棄用(由于安全問題),你需要對他進行一些額外的處理(通過action獲取它的ComponentName屬性),以下提供你一個方式,代碼如下:

protected static synchronized void startService(Context context,String action){LogUtils.debug('startHeartBeatService.');if (context==null){ throw new NullPointerException('context must not be null.');}//add Urgent listener service.Intent mIntent=new Intent();mIntent.setAction(action);PackageManager pm = context.getPackageManager();List<ResolveInfo> resolveInfo = pm.queryIntentServices(mIntent, 0);// Make sure only one match was foundif (resolveInfo == null || resolveInfo.size() != 1) { LogUtils.debug('not found action like this ’com.hll.push.heartbeat’'); return;}// Get component info and create ComponentNameResolveInfo serviceInfo = resolveInfo.get(0);String packageName = serviceInfo.serviceInfo.packageName;String className = serviceInfo.serviceInfo.name;ComponentName component = new ComponentName(packageName, className);// Create a new intent. Use the old one for extras and such reuseIntent explicitIntent = new Intent(mIntent);// Set the component to be explicitexplicitIntent.setComponent(component);context.startService(explicitIntent); }

祝你好運~

回答2:

Intent intent=new Intent(this,MyService.class);回答3:

自己的intent寫錯了

標簽: java
相關文章:
主站蜘蛛池模板: 青青草华人在线视频 | 久久99精品视频 | 亚洲欧美日本在线 | 永久精品 | 成人亚洲精品久久久久软件 | 久久久久久综合 | 亚洲成人精品国产 | 国产精品美女久久久免费 | 国产乱码久久久久久一区二区 | 成年网站在线观看 | 国产精品五区 | 日韩激情在线 | 亚洲精品一区中文字幕乱码 | 精品国产伦一区二区三区观看体验 | www.中文字幕.com | 国产精品久久久久久一区二区三区 | av黄色在线 | 国产视频一区二区 | 一区二区三区视频在线免费观看 | 国产a区 | 男人天堂av网 | 美女艹b | 中文字幕在线二区 | 岛国精品 | 国产人成精品一区二区三 | 精品视频一区二区 | 日本aaa视频| 国产亚洲精品久久19p | 精品视频一区二区三区 | 中文字幕在线精品 | 亚洲天堂中文字幕 | 国产视频久久 | 欧美久久综合 | 亚洲一区视频 | 精品国产视频在线观看 | 久草久 | 欧美成人一区二区 | 久久久精品网 | 久久久久国产 | 天天天操| 综合久|