Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上記のエラーは、別のライブラリにすぎないjarファイルに配置されたAndroidサービスを起動すると発生します。
ライブラリをソース パッケージとして使用すると、正常に動作します。何か提案はありますか?
これをマニフェストチェックに追加しましたか
<service android:name="com.telbru.android.ebill.GcmIntentService" > </service>