Gradle doesn’t download some certain dependency
I built a new PC and am trying to build a specific project on it, but despite the sync being successful, it does not build and does not open the app.
It tries to download certain dependencies, but gives an error.
I formatted another PC and tried to install it, but it gave the same error.
On my work laptop, the project runs normally, as well as on my coworkers’ machines, which shows that it is not a problem with the code, Maven or any other dependency.
Execution of Gradle Tasks and find out why are they executed
I’m currently doing a Udemy Course to learn Kotlin and I’ve a Question about Gradle and Tasks. I’ve tried HILT and had to add kapt to my Project (empty project with jetpack-compose).
Android Studio : The application could not be installed. Device went into offline mode after running MainActivity
I have been installing a debug app on my physical Android phone, but today it suddenly stopped working and showed this error: “The application could not be installed”. There is no error log from Android Studio.
Trying to update my outdated android app (Native)
I’ve gone back to try and update my old app which is essentially a dark filter app that turns on when you move the phone around
It runs as it should do on most phones however it ends up crashing on new ones (Android 14)
I’ve found it that its mostly due to some permission changes which i need to update (feel free to correct me if im wrong)
This is the error im getting: