[問題] AIDL永遠不會connect
各位前輩好
我的程式ServiceConnection永遠不會被呼叫
不知道是那裏出了問題
Debug了2天..
貼上程式碼
http://ideone.com/46JLBU
另外
AndroidManifest.xml
也加上了
<service
android:name="com.topway.swiftplayservic.IPlayAIDLServicee"
android:process=":remote"
android:exported="true"
android:enabled="true">
<intent-filter>
<action android:name="SwiftPlayService"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</service>
不知道原因出在那邊
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 202.175.124.66
※ 文章網址: https://www.ptt.cc/bbs/AndroidDev/M.1500620486.A.863.html
→
07/21 15:09, , 1F
07/21 15:09, 1F
→
07/21 15:12, , 2F
07/21 15:12, 2F
你好
我一開始也沒有setPackage
是看了這個才加上去 https://goo.gl/5CsxZC
我不加或是把他改成intent.setPackage("com.topway.swiftplayservice");
也是沒有解決問題
另外你new Intent用到的是String action這個ctor
這個我不懂是什麼意思
new Intent我試了很多方法
例如
Intent intent = new Intent(MainActivity.this, IPlayAIDLService.class);
也還是不行 謝謝你的回覆
看著我的bindService一直回傳false 我也快不行了...
※ 編輯: winsummer (202.175.124.66), 07/21/2017 15:29:08
※ 編輯: winsummer (202.175.124.66), 07/21/2017 15:34:53
→
07/21 16:00, , 3F
07/21 16:00, 3F
→
07/21 16:00, , 4F
07/21 16:00, 4F
→
07/21 16:01, , 5F
07/21 16:01, 5F
→
07/21 16:01, , 6F
07/21 16:01, 6F
→
07/21 16:03, , 7F
07/21 16:03, 7F
→
07/21 16:03, , 8F
07/21 16:03, 8F
→
07/21 16:08, , 9F
07/21 16:08, 9F
你好 在此先感謝你的回覆
我的package name 為 package com.example.fox.watchtest;
而AIDL是外部提供的jar, 不是我開發的
分別為
import com.topway.swiftplayservice.IPlayAIDLService;
import com.topway.swiftplayservice.PlayParams;
所以我要改成
intent.setPackage("com.example.fox.watchtest");
然後manifest裡action也要更改為
com.example.fox.watchtest
這樣? 感謝回覆
※ 編輯: winsummer (202.175.124.66), 07/21/2017 16:28:03
→
07/21 16:35, , 10F
07/21 16:35, 10F
→
07/21 16:40, , 11F
07/21 16:40, 11F
→
07/21 17:05, , 12F
07/21 17:05, 12F
→
07/21 17:26, , 13F
07/21 17:26, 13F
→
07/21 17:27, , 14F
07/21 17:27, 14F
→
07/21 17:27, , 15F
07/21 17:27, 15F
→
07/21 17:29, , 16F
07/21 17:29, 16F
→
07/21 17:29, , 17F
07/21 17:29, 17F
→
07/24 11:04, , 18F
07/24 11:04, 18F
推
08/04 02:17, , 19F
08/04 02:17, 19F
AndroidDev 近期熱門文章
PTT數位生活區 即時熱門文章