Closed chr56 closed 1 year ago
This happened at constructing com.looker.network.KtorDownloader
, which need a io.ktor.client.HttpClient
but it failed to construct by hilt:
DaggerMainApplication_HiltComponents_SingletonC$SingletonCImpl.smali.gz at line 463 (decompiled by jadx:
DaggerMainApplication_HiltComponents_SingletonC$SingletonCImpl.java.gz at line 102). The java.net.InetSocketAddress
is failed to constructed.
By the way, can we postpone the initializing of Downloader? Or move out from MainApplication
? We at least need to "let app launched".
This has been fixed and will be available in next update. Teat build is live on telegram channel.
Describe the bug Crash at Startup (
Application.onCreate()
), due toDownloader
failed to initialized/injected by hilt because of network(?).Crash Report
To Reproduce Launch the application.