我有一个包含webview的应用程序。一切顺利,但在android studio的“运行”标签中。我收到以下消息。我的应用程序仍然可以正常工作。但这仍然困扰着我。我对这则消息不太了解。
Exception thrown while unbinding
java.lang.IllegalArgumentException: Service not registered: lx@643d3c7
at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
at ci.b(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):1)
at ci.a(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):6)
at ly.A(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):10)
at li.a(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):3)
at ec.run(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):3)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at jb.run(:com.google.android.gms.dynamite_measurementdynamite@203615046@20.36.15 (040306-0):6)
我搜索了google,发现我必须在清单文件中声明服务。
来源https://stackoverflow.com/a/13600695/13485181
但是我不知道我必须在清单中声明哪个服务。
更新
此帖子类似于我的帖子
接受的答案很好
https://stackoverflow.com/a/62220764/13485181
我也使用
implementation 'com.google.android.gms:play-services-ads:19.3.0'
所以我猜想这种依赖性导致了该消息。但是有什么方法可以删除该消息,尽管它不会影响应用程序。
依赖性
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.google.android.gms:play-services-ads:19.3.0'
答案 0 :(得分:0)
对于遇到此问题的任何人,您必须根据启动应用程序的最新方法重做您的应用程序 谷歌几乎改造了整个管道......
https://firebase.flutter.dev/docs/overview https://firebase.flutter.dev/docs/migration/