問題タブ [firebase-job-dispatcher]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 型の推定に失敗しました。Firebase JobDispatcher
この行で次のエラーに直面しています: .setService(LocationFirebaseJobService::class.java)
:
型の推定に失敗しました。予期された型の不一致: 推測された型ですClass<LocationFirebaseJobService>
が、Class<out JobService!>
予期されていました
これが私のコードです:
私の LocationFirebaseJobService クラス: