I got a big problem...
The App Inspection of Android Studio don't start even after clearing caches, restart/delete AVD.
Steps done:
- Clear Caches
- Update All
- Delete/Recreate AVD
- Read All The Logs
When using it on other project it works but on this one it don't.
The only differences between other project and this one are :
Using OkHttp and Workmanager :
//okhttp
// define a BOM and its version
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.11"))
// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:logging-interceptor")
implementation 'androidx.work:work-runtime-ktx:2.8.1'
Even the logs don't show any differences. I have digged on internet and found nothing. Please I need expert helps.